src/HOL/Proofs.thy
author fleury
Wed, 30 Jul 2014 14:03:12 +0200
changeset 57704 c0da3fc313e3
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
Basic support for the SMT prover veriT.

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end