doc-src/Intro/bool.thy
author blanchet
Tue, 31 May 2011 16:38:36 +0200
changeset 43101 1d46d85cd78b
parent 32960 69916a850301
permissions -rw-r--r--
make "prepare_atp_problem" more robust w.r.t. choice of type system

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