doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Sun, 21 May 2000 14:31:41 +0200
changeset 8894 0281bde335ca
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added read_sort;

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