doc-src/Tutorial/CodeGen/expr
author paulson
Thu, 22 Jun 2000 11:36:08 +0200
changeset 9106 0fe9200f64bd
parent 5377 efb799c5ed3c
permissions -rw-r--r--
working proofs of the basic merge and distributor properties

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