unit
lmm_lock


unit lmm_lock = {
imports[
in : OtherLMM_T
mem_lock : MemLock_T
];
exports[
out : OtherLMM_T
];
...
}


Rendered using Haskell HTML Combinators