doc-src/Intro/bool.thy
author blanchet
Tue, 24 May 2011 00:01:33 +0200
changeset 42961 f30ae82cb62e
parent 32960 69916a850301
permissions -rw-r--r--
eliminated more code duplication in Nitrox

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