doc-src/Intro/bool.thy
author nipkow
Thu, 20 Oct 2011 10:44:00 +0200
changeset 45217 c4fab1099cd0
parent 32960 69916a850301
permissions -rw-r--r--
merged

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