doc-src/Intro/bool.thy
author blanchet
Mon, 06 Dec 2010 13:33:09 +0100
changeset 41016 343cdf923c02
parent 32960 69916a850301
permissions -rw-r--r--
introduced hack to exploit the symmetry of equality in monotonicity calculus

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