unit
example_netbsdfs_posix
unit
example_netbsdfs_posix
= {
imports
[
exit
:
Exit_T
stdin
:
Stdin_T
stdout
:
Stdout_T
posixfiles
:
PosixFiles_T
posixfds
:
PosixFD_T
error
:
Error_T
string
:
String_T
getenv
:
GetEnv_T
];
exports
[
main
:
Main_T
];
...
}
Rendered using Haskell HTML Combinators