doc-src/Intro/bool.thy
author blanchet
Thu, 16 Dec 2010 15:44:32 +0100
changeset 41210 15fbf30288e1
parent 32960 69916a850301
permissions -rw-r--r--
removed unused variable

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