doc-src/Intro/bool.thy
author wenzelm
Fri, 19 Aug 1994 15:39:19 +0200
changeset 559 00365d2e0c50
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added theory_of_sign, theory_of_thm; renamed get_thms to thms_of; improved store_thms etc.;

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