doc-src/Intro/bool.thy
author oheimb
Fri, 14 Jul 2000 16:32:44 +0200
changeset 9345 2f5f6824f888
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added (surjective_pairing RS sym) to simpset

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