unit
affs


unit affs = {
imports[
base : LinuxFSBase_T
];
exports[
out : { FS_LINUX_init_affs_fs }
];
...
}


Rendered using Haskell HTML Combinators