doc-src/Intro/bool.thy
author blanchet
Wed, 09 Feb 2011 17:18:57 +0100
changeset 41739 2b896f7f232d
parent 32960 69916a850301
permissions -rw-r--r--
remove Z3 wrapper script, which is no longer necessary now that the SMT module generates SMT-LIB compliant files

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