src/HOL/Proofs.thy
author wenzelm
Thu, 07 Jul 2016 12:08:00 +0200
changeset 63421 3bf02e7fa8a3
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
basic setup for indentation;

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end