doc-src/Intro/bool.thy
author nipkow
Wed, 01 Jun 2011 11:51:25 +0200
changeset 43137 32b888e1a170
parent 32960 69916a850301
permissions -rw-r--r--
new lemmas

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