unit
libc_panic


unit libc_panic = {
imports[
exit : Exit_T
stdout : Stdout_T
stack_trace : StackTrace_T
];
exports[
panic : Panic_T
];
...
}


Rendered using Haskell HTML Combinators