doc-src/Intro/bool.thy
author wenzelm
Sat, 15 Jan 2011 14:02:24 +0100
changeset 41572 089049b768c6
parent 32960 69916a850301
permissions -rw-r--r--
merged;

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