src/HOL/Proofs.thy
author blanchet
Wed, 11 Jun 2014 11:28:46 +0200
changeset 57213 9daec42f6784
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
fixed unsoundness in SMT(2) as oracle: don't register typedef Abs_x as constructor unless it is known to be injective

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end