doc-src/Intro/bool.thy
author blanchet
Fri, 26 Nov 2010 22:36:24 +0100
changeset 40724 d01a1b3ab23d
parent 32960 69916a850301
permissions -rw-r--r--
renamed "trace_me{son,tis}" and "verbose_metis" to have the name of the tool first

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