doc-src/Intro/bool.thy
author haftmann
Fri, 20 Feb 2009 14:49:23 +0100
changeset 30011 cc264a9a033d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
consider changes variable names in theorem le_imp_power_dvd

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