doc-src/Tutorial/Ifexpr/boolex
author berghofe
Tue, 08 Jun 2004 19:25:27 +0200
changeset 14888 99ac3eb0f84e
parent 5377 efb799c5ed3c
permissions -rw-r--r--
add_dummies no longer uses transform_error but handles specific exception Datatype_Empty instead.

datatype boolex = Const bool | Var nat
                | Neg boolex | And boolex boolex