doc-src/Intro/bool.thy
author blanchet
Thu, 09 Dec 2010 08:46:04 +0100
changeset 41094 1dc7652ce404
parent 32960 69916a850301
permissions -rw-r--r--
compile

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