src/HOL/Proofs.thy
author wenzelm
Fri, 01 Apr 2016 17:14:27 +0200
changeset 62795 063d2f23cdf6
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
removed redundant Position.set_range -- already done in Position.range;

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end