unit
base_stack


unit base_stack = {
imports[];
exports[
out : Stack_T
];
...
}


Rendered using Haskell HTML Combinators