doc-src/Intro/bool.thy
author bulwahn
Wed, 09 Nov 2011 11:34:53 +0100
changeset 45416 cf31fe74b05a
parent 32960 69916a850301
permissions -rw-r--r--
tuned

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