unit
example_memfs_posix


unit example_memfs_posix = {
imports[
exit : Exit_T
stdin : Stdin_T
stdout : Stdout_T
posixfiles : PosixFiles_T
posixfds : PosixFD_T
error : Error_T
string : String_T
];
exports[
main : Main_T
];
...
}


Rendered using Haskell HTML Combinators