doc-src/Intro/bool.thy
author wenzelm
Thu, 07 Dec 2006 00:42:04 +0100
changeset 21687 f689f729afab
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
reorganized structure Goal vs. Tactic;

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