doc-src/Tutorial/Ifexpr/normif
author wenzelm
Wed, 03 Oct 2001 21:03:05 +0200
changeset 11659 a68f930bafb2
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Tools/induct_attrib.ML now part of Pure;

consts normif :: ifex => ifex => ifex => ifex
primrec
"normif (CIF b)    t e = IF (CIF b) t e"
"normif (VIF x)    t e = IF (VIF x) t e"
"normif (IF b t e) u f = normif b (normif t u f) (normif e u f)"