unit
null_VM


unit null_VM = {
imports[];
exports[
out : VM_T
];
...
}


Rendered using Haskell HTML Combinators