unit
libc_stdout


unit libc_stdout = {
imports[
putchar : PutChar_T
];
exports[
stdout : Stdout_T
];
...
}


Rendered using Haskell HTML Combinators