doc-src/Tutorial/CodeGen/expr
author oheimb
Wed, 05 Jan 2000 16:13:05 +0100
changeset 8105 2dda3e88d23f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
simplified definition of appl_methds, removing m_head

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