src/HOL/Proofs.thy
author wenzelm
Thu, 30 Apr 2015 15:58:15 +0200
changeset 60159 879918f4ee0f
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
tuned -- avoid odd rebinding of "ctxt" and "context";

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end