src/HOL/Proofs.thy
author wenzelm
Tue, 13 Jan 2015 21:46:09 +0100
changeset 59362 41f1645a4f63
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
some support for PIDE batch session; clarified Thy_Info.use_thys_options and corresponding protocol command;

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end