src/HOL/Proofs.thy
author wenzelm
Mon, 05 Aug 2013 15:03:52 +0200
changeset 52861 e93d73b51fd0
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
commands with overlay remain visible, to avoid loosing printed output;

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end