doc-src/Intro/bool.thy
author wenzelm
Sun, 18 Oct 2009 22:16:37 +0200
changeset 32996 d2e48879e65a
parent 32960 69916a850301
permissions -rw-r--r--
removed disjunctive group cancellation -- provers run independently; sledgehammer: kill earlier session, and removed obsolete max_atps; tuned;

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