unit
tulip


unit tulip = {
imports[
dev : LinuxDeviceSupport_T
eth : LinuxEtherSupport_T
drivers : { drivers }
timer : OSEnvTimer_T
string : String_T
];
exports[
out : { }
];
...
}


Rendered using Haskell HTML Combinators