unit
getopt


unit getopt = {
imports[
files : CFiles_T
string : String_T
progname : { __progname }
];
exports[
out : GetOpt_T
];
...
}


Rendered using Haskell HTML Combinators