doc-src/Intro/bool.thy
author bulwahn
Tue, 08 May 2012 14:31:03 +0200
changeset 47893 4cf901b1089a
parent 32960 69916a850301
permissions -rw-r--r--
specialised fact in the Record theory should not be appear in proofs discovered by sledgehammer

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