unit
tick


unit tick = {
imports[
timer : OSEnvTimer_T
];
exports[
clock : { ticks }
];
...
}


Rendered using Haskell HTML Combinators