doc-src/Intro/bool.thy
author wenzelm
Fri, 03 Sep 1999 13:55:46 +0200
changeset 7446 f43d3670a3cd
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added no_qed;

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