doc-src/Intro/bool.thy
author wenzelm
Mon, 04 Oct 1999 21:45:10 +0200
changeset 7703 6b3424e877bd
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
proper dependencies of all theories and packages;

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