doc-src/Tutorial/CodeGen/expr
author wenzelm
Fri, 05 May 2000 22:35:51 +0200
changeset 8818 253dad743f00
parent 5377 efb799c5ed3c
permissions -rw-r--r--
error msg: counting from one (again), in order to be consistent with case names of induction rule;

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