doc-src/Intro/bool.thy
author wenzelm
Thu, 10 Nov 2005 20:57:11 +0100
changeset 18145 6757627acf59
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
renamed Thm.cgoal_of to Thm.cprem_of;

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