src/HOL/Proofs.thy
author wenzelm
Sun, 30 Jun 2013 12:30:02 +0200
changeset 52488 cd65ee49a8ba
permissions -rw-r--r--
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image; discontinued unused proofterms for FOL;

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end