doc-src/Intro/bool.thy
author haftmann
Thu, 28 Jan 2010 11:48:49 +0100
changeset 34974 18b41bba42b5
parent 32960 69916a850301
permissions -rw-r--r--
new theory Algebras.thy for generic algebraic structures

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