doc-src/Tutorial/CodeGen/instr
author wenzelm
Sun, 25 Jun 2000 23:46:03 +0200
changeset 9120 04a46ceace35
parent 5377 efb799c5ed3c
permissions -rw-r--r--
export hidden: string -> string;

datatype ('a,'v) instr = Const 'v
                       | Load 'a
                       | Apply ('v binop)