unit
example_disktest


unit example_disktest = {
imports[
stdout : Stdout_T
exit : Exit_T
abort : AtExit_T
rnd : { rand
srand }
pthread : PThread_T
panic : Panic_T
posixfds : PosixFD_T
posixfiles : PosixFiles_T
time : PosixTime_T
bsd_files : FreeBSDFiles_T
error : Error_T
strings : String_T
sprintf : Sprintf_T
malloc : Malloc_T
getenv : GetEnv_T
mathstr : MathString_T
];
exports[
out : Main_T
];
...
}


Rendered using Haskell HTML Combinators