doc-src/Intro/bool.thy
author huffman
Tue, 13 Dec 2011 11:48:59 +0100
changeset 45844 6374cd925b18
parent 32960 69916a850301
permissions -rw-r--r--
remove redundant lemmas

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