unit
freebsd_locale


unit freebsd_locale = {
imports[
string : String_T
cfiles : FreeBSDFiles_T
error : Error_T
exit : Exit_T
malloc : Malloc_T
time : FreeBSDTime_T
];
exports[
locale : FreeBSDLocale_T
];
...
}


Rendered using Haskell HTML Combinators