unit
cpuid


unit cpuid = {
imports[
string : String_T
];
exports[
out : { cpuid }
];
...
}


Rendered using Haskell HTML Combinators