doc-src/Tutorial/CodeGen/expr
author wenzelm
Fri, 29 Oct 1999 12:45:14 +0200
changeset 7970 a15748c3b7e4
parent 5377 efb799c5ed3c
permissions -rw-r--r--
\isasym;

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