doc-src/Intro/bool.thy
author paulson
Thu, 20 Dec 2001 15:17:48 +0100
changeset 12560 5820841f21fd
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
converted some ZF/Induct examples to Isar

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