doc-src/Tutorial/CodeGen/instr
author wenzelm
Wed, 08 Mar 2000 17:36:54 +0100
changeset 8358 a57d72b5d272
parent 5377 efb799c5ed3c
permissions -rw-r--r--
* isatool mkdir provides easy setup of Isabelle session directories, including proper documents; * generated LaTeX sources are now deleted after successful run (isatool document -c); may retain a copy somewhere else via -D option of isatool usedir; * old-style theories now produce (crude) LaTeX sources as well; * compression of ML heaps images may now be controlled via -c option of isabelle and isatool usedir;

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