doc-src/Intro/bool.thy
author haftmann
Fri, 17 Dec 2010 22:00:54 +0100
changeset 41298 aad679ca38d2
parent 32960 69916a850301
permissions -rw-r--r--
more convenient order of type variables

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