unit
example_fudp


unit example_fudp = {
imports[
src : { ip_address
port }
dst : { ip_address
port }
device : OSEnvDevice_T
fudp : FakeUDP_T
netio : NetIO_T
net : Net_T
iids : { oskit_etherdev_iid }
malloc : Malloc_T
stdout : Stdout_T
];
exports[
main : Main_T
];
...
}


Rendered using Haskell HTML Combinators