doc-src/Intro/bool.thy
author huffman
Tue, 29 May 2007 17:36:35 +0200
changeset 23118 ce3cf072ae14
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
add isUCont lemmas

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