doc-src/Intro/bool.thy
author berghofe
Thu, 13 Sep 2001 16:26:16 +0200
changeset 11563 e172cbed431d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Fixed proof term bug in permute_prems.

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