unit
osenv_log


unit osenv_log = {
imports[
stdout : Stdout_T
];
exports[
osenv_log : OSEnvLog_T
];
...
}


Rendered using Haskell HTML Combinators