unit
prepost


unit prepost = {
imports[
in : { in }
funs : { pre
post }
];
exports[
out : { out }
];
...
}


Rendered using Haskell HTML Combinators