doc-src/Intro/bool.thy
author bulwahn
Tue, 07 Jun 2011 11:24:54 +0200
changeset 43243 a59b126c72ef
parent 32960 69916a850301
permissions -rw-r--r--
merged

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