doc-src/Tutorial/Ifexpr/norm
author wenzelm
Thu, 27 Aug 1998 11:51:32 +0200
changeset 5384 c974451df466
parent 5377 efb799c5ed3c
permissions -rw-r--r--
href eps versions;

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