doc-src/Intro/bool.thy
author paulson
Wed, 02 Apr 1997 15:39:44 +0200
changeset 2877 6476784dba1c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Converted to call blast_tac. Proves theorems in ZF.thy to make that theory usable again

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