doc-src/Intro/bool.thy
author blanchet
Wed, 09 Feb 2011 17:18:57 +0100
changeset 41738 eb98c60a6cf0
parent 32960 69916a850301
permissions -rw-r--r--
added experimental "remote_z3_atp", Sutcliffe's TPTP-syntax-aware wrapper for Z3 -- allows to do head-to-head comparison of Sledgehammer's ATP translation and of Sascha's SMT translation

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