doc-src/Intro/bool.thy
author blanchet
Mon, 08 Nov 2010 02:33:48 +0100
changeset 40419 718b44dbd74d
parent 32960 69916a850301
permissions -rw-r--r--
make sure the SMT solver runs several iterations by lowering the timeout at each iteration -- yields better results in practice

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