src/HOL/Proofs.thy
author wenzelm
Fri, 25 Apr 2014 21:31:39 +0200
changeset 56730 e723f041b6d0
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
tuned signature -- separate pool for JFuture tasks, which can be canceled;

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end