doc-src/Intro/bool.thy
author webertj
Sun, 29 Aug 2004 17:42:11 +0200
changeset 15163 73386e0319a2
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Provers/blast.ML: depth_limit

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