unit
memfs_obj


unit memfs_obj = {
imports[
memfs : MemFS_T
];
exports[
fs : { fs }
];
...
}


Rendered using Haskell HTML Combinators