unit
hello_min


unit hello_min = {
imports[
stdout : Stdout_T
];
exports[
out : SimpleMain_T
];
...
}


Rendered using Haskell HTML Combinators
</