unit
fs_init


unit fs_init = {
imports[
mode : { read_only }
blkio : { blkio }
netbsd_fs : { fs_netbsd_mount }
sleep : OSEnvSleep_T
wrappers : FileWrappers_T
];
exports[
fs : { fs }
];
...
}


Rendered using Haskell HTML Combinators