unit
osenv_sleep


unit osenv_sleep = {
imports[
intr : OSEnvIntr_T
];
exports[
out : OSEnvSleep_T
];
...
}


Rendered using Haskell HTML Combinators