doc-src/Intro/bool.thy
author bulwahn
Sat, 24 Oct 2009 16:55:42 +0200
changeset 33116 b379ee2cddb1
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
changed importing introduction rules to fix the same type variables in all introduction rules; improved mode analysis for partially applied relations; added test case; tuned

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