doc-src/Intro/bool.thy
author bulwahn
Thu, 21 Jan 2010 12:20:28 +0100
changeset 34955 57b1eebf7e6c
parent 32960 69916a850301
permissions -rw-r--r--
merged

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