doc-src/Tutorial/CodeGen/expr
author berghofe
Tue, 11 Mar 2003 14:13:20 +0100
changeset 13855 644692eca537
parent 5377 efb799c5ed3c
permissions -rw-r--r--
addsplits / delsplits no longer ignore type of constant.

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