doc-src/Tutorial/CodeGen/expr
author nipkow
Sun, 22 Dec 2002 15:02:40 +0100
changeset 13764 3e180bf68496
parent 5377 efb799c5ed3c
permissions -rw-r--r--
removed some problems with print translations

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