unit
zlib


unit zlib = {
imports[
malloc : Malloc_T
string : String_T
];
exports[
zlib : ZLib_T
];
...
}


Rendered using Haskell HTML Combinators