unit
gethostbyname


unit gethostbyname = {
imports[];
exports[
out : { gethostbyname }
];
...
}


Rendered using Haskell HTML Combinators