doc-src/Intro/bool.thy
author wenzelm
Sun, 30 Jul 2006 21:28:57 +0200
changeset 20264 f09a4003e12d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added generalize_facts; tuned;

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