doc-src/Intro/bool.thy
author wenzelm
Fri, 24 Oct 1997 17:15:59 +0200
changeset 3994 0343230ec85c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
eq_thm (from drule.ML);

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