unit
bootp


unit bootp = {
imports[
string : String_T
malloc : Malloc_T
net : Net_T
panic : Panic_T
stdout : Stdout_T
sprintf : Sprintf_T
timer : OSEnvTimer_T
log : OSEnvLog_T
bufio : BufIO_T
netio : NetIO_T
];
exports[
out : BootP_T
];
...
}


Rendered using Haskell HTML Combinators