unit
ufs


unit ufs = {
imports[
base : LinuxFSBase_T
];
exports[
out : { FS_LINUX_init_ufs_fs }
];
...
}


Rendered using Haskell HTML Combinators