doc-src/Intro/bool.thy
author wenzelm
Thu, 20 Mar 2008 00:20:49 +0100
changeset 26345 f70620a4cf81
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
renamed former get_thms(_silent) to get_fact(_silent);

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