unit
fromenv


unit fromenv = {
imports[
in : { var }
getenv : GetEnv_T
];
exports[
out : { str }
];
...
}


Rendered using Haskell HTML Combinators