unit
packet_discard


unit packet_discard = {
imports[
netio : NetIO_T
];
exports[
nio : { nio }
];
...
}


Rendered using Haskell HTML Combinators