doc-src/Intro/bool.thy
author wenzelm
Fri, 28 Jan 2011 18:35:46 +0100
changeset 41647 5e70526a1947
parent 32960 69916a850301
permissions -rw-r--r--
adhoc patches relative to ProofGeneral-4.1pre101216, which has setprefs working;

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