doc-src/Intro/bool.thy
author blanchet
Tue, 03 Aug 2010 13:29:26 +0200
changeset 38174 c15dfe7bc077
parent 32960 69916a850301
permissions -rw-r--r--
fix newly introduced bug w.r.t. conditional equations

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