doc-src/Intro/bool.thy
author nipkow
Mon, 19 Feb 1996 18:04:41 +0100
changeset 1515 4ed79ebab64d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Introduced normalize_thm into HOL.ML Corrected some dependencies among Sum, Prod and mono. Extended RelPow

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