doc-src/Intro/bool.thy
author haftmann
Tue, 04 May 2010 08:55:43 +0200
changeset 36635 080b755377c0
parent 32960 69916a850301
permissions -rw-r--r--
locale predicates of classes carry a mandatory "class" prefix

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