doc-src/Tutorial/CodeGen/expr
author wenzelm
Sat, 06 Jan 2001 21:22:35 +0100
changeset 10802 7fa042e28c43
parent 5377 efb799c5ed3c
permissions -rw-r--r--
'cases' / 'induct' method: ?case binding, 'of:' spec;

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