unit
putbytes


unit putbytes = {
imports[
x : { putchar }
];
exports[
out : { putbytes }
];
...
}


Rendered using Haskell HTML Combinators