doc-src/Intro/bool.thy
author wenzelm
Thu, 13 Apr 2006 12:00:55 +0200
changeset 19418 03b01c9314fc
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
reworded add_axclass(_i): canonical specification format, purely definitional version, always qualify intro/axioms;

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