doc-src/Intro/bool.thy
author wenzelm
Wed, 12 Feb 1997 15:42:31 +0100
changeset 2606 27cdd600a3b1
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tuned names: partial order, linear order;

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