doc-src/Intro/bool.thy
author huffman
Thu, 17 Nov 2011 15:07:46 +0100
changeset 45547 94c37f3df10f
parent 32960 69916a850301
permissions -rw-r--r--
HOL-Word: removed more duplicate theorems

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