unit
netio_obj


unit netio_obj = {
imports[
recv : { push
push_data }
netio : NetIO_T
];
exports[
out : { nio }
];
...
}


Rendered using Haskell HTML Combinators