unit
gprof


unit gprof = {
imports[
malloc : Malloc_T
longjmp : LongJmp_T
string : String_T
exit : Exit_T
error : Error_T
cfiles : CFiles_T
sprintf : Sprintf_T
console : Stdout_T
];
exports[
out : { gprof }
];
...
}


Rendered using Haskell HTML Combinators