unit
example_hello


unit example_hello = {
imports[
stdout : Stdout_T
version : VersionPrint_T
];
exports[
main : Main_T
];
...
}


Rendered using Haskell HTML Combinators