unit
fsn_obj


unit fsn_obj = {
imports[
fs : { fs }
fsn : FSN_T
];
exports[
out : { fsn }
];
...
}


Rendered using Haskell HTML Combinators