doc-src/Intro/bool.thy
author huffman
Wed, 13 Jun 2007 16:43:02 +0200
changeset 23372 0035be079bee
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
clean up instance proofs; reorganize section headings

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