unit
gate


unit gate = {
imports[];
exports[
out : Gate_T
];
...
}


Rendered using Haskell HTML Combinators