unit
freebsd_mathstr


unit freebsd_mathstr = {
imports[
locale : FreeBSDLocale_T
error : Error_T
string : String_T
malloc : Malloc_T
quad : Quad_T
];
exports[
out : MathString_T
];
...
}


Rendered using Haskell HTML Combinators