| 622 | |
| 623 | template <class T> |
| 624 | inline Maybe<T> Just(const T& t) { |
| 625 | return Maybe<T>(t); |
| 626 | } |
| 627 | |
| 628 | //////////////////////////////////////////////////////////////////////////////// |
| 629 | // BasicEnv / Env class |
no outgoing calls
no test coverage detected