doc-src/Intro/bool.thy
author huffman
Thu, 10 Jan 2008 05:37:18 +0100
changeset 25881 d80bd899ea95
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Compactness subsection with new lemmas

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