src/HOL/Proofs.thy
author desharna
Mon, 22 Sep 2014 15:01:27 +0200
changeset 58417 fa50722ad6cb
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
make 'set_induct0' tactic more robust w.r.t multiple arguments constructors

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end