src/Doc/IsarImplementation/Base.thy
author smolkas
Wed, 28 Nov 2012 12:25:43 +0100
changeset 50264 a9ec48b98734
parent 48985 5386df44a037
child 56059 2390391584c2
permissions -rw-r--r--
renamed sledgehammer_isar_reconstruct to sledgehammer_proof

theory Base
imports Main
begin

ML_file "../antiquote_setup.ML"
setup {* Antiquote_Setup.setup *}

end