unit
echo


unit echo = {
imports[
stdout : Stdout_T
];
exports[
out : Main_T
];
...
}


Rendered using Haskell HTML Combinators