doc-src/Intro/bool.thy
author lcp
Thu, 03 Nov 1994 16:52:19 +0100
changeset 696 eb5b42442b14
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Pure/goals/prepare_proof/mkresult: now smashes flexflex pairs in the final result.

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