unit
null_delay


unit null_delay = {
imports[];
exports[
out : { pthread_delay }
];
...
}


Rendered using Haskell HTML Combinators