unit
lmm_print


unit lmm_print = {
imports[
in : OtherLMM_T
stdout : Stdout_T
prefix : { prefix }
];
exports[
out : OtherLMM_T
];
...
}


Rendered using Haskell HTML Combinators