doc-src/Tutorial/CodeGen/expr
author wenzelm
Wed, 05 Apr 2000 21:02:31 +0200
changeset 8671 6ce91a80f616
parent 5377 efb799c5ed3c
permissions -rw-r--r--
HEADGOAL;

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