src/HOL/Proofs.thy
author wenzelm
Tue, 06 Aug 2013 22:02:20 +0200
changeset 52879 1df5280f8713
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
support for query operations that consist of parallel segments;

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end