doc-src/Tutorial/CodeGen/expr
author wenzelm
Fri, 01 Sep 2000 17:54:58 +0200
changeset 9789 7e5e6c47c0b5
parent 5377 efb799c5ed3c
permissions -rw-r--r--
GPLed; more robust handling of spaces in args / file names;

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