doc-src/Intro/bool.thy
author boehmes
Wed, 12 May 2010 23:53:52 +0200
changeset 36888 d9b9bec6ff8d
parent 32960 69916a850301
permissions -rw-r--r--
rewrite bool case expressions as if expression

Bool = FOL +
types   bool 0
arities bool    :: term
consts tt,ff    :: "bool"
end