src/Doc/IsarRef/Base.thy
author blanchet
Thu, 17 Oct 2013 01:03:59 +0200
changeset 54123 271a8377656f
parent 48985 5386df44a037
child 56059 2390391584c2
permissions -rw-r--r--
remove overloading of "max_facts" -- it already controls the number of facts passed to ATPs for 'learn_prover'

theory Base
imports Pure
begin

ML_file "../antiquote_setup.ML"
setup Antiquote_Setup.setup

end