doc-src/Tutorial/CodeGen/instr
author wenzelm
Tue, 25 Jul 2000 00:03:39 +0200
changeset 9435 c3a13a7d4424
parent 5377 efb799c5ed3c
permissions -rw-r--r--
lemmas [arith_split] = abs_split (*belongs to theory RealAbs*);

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