doc-src/Tutorial/CodeGen/expr
author wenzelm
Mon, 09 Nov 1998 11:20:07 +0100
changeset 5814 a3881c1f1d3c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
isabelle -I;

types 'v binop = 'v => 'v => 'v
datatype ('a,'v) expr = Cex 'v
                      | Vex 'a
                      | Bex ('v binop)  (('a,'v) expr) (('a,'v) expr)