doc-src/Intro/bool.thy
author huffman
Fri, 22 May 2009 13:18:59 -0700
changeset 31232 689aa7da48cc
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
define copy functions using combinators; add checking for failed proofs of induction rules

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