unit
getline


unit getline = {
imports[
console : Console_T
];
exports[
out : { getline }
];
...
}


Rendered using Haskell HTML Combinators