src/Doc/IsarImplementation/Base.thy
author wenzelm
Mon, 27 May 2013 22:26:08 +0200
changeset 52190 c87b7f26e2c7
parent 48985 5386df44a037
child 56059 2390391584c2
permissions -rw-r--r--
merged

theory Base
imports Main
begin

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

end