doc-src/Intro/bool.thy
author blanchet
Wed, 21 Apr 2010 11:03:35 +0200
changeset 36264 3c2490917710
parent 32960 69916a850301
permissions -rw-r--r--
added "spass_tptp" prover, which requires SPASS x.y > 3.0; once users have upgraded their SPASS and we have determined that "spass_tptp" works well, we can make "spass_tptp" the one and only "spass"

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