doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Wed, 23 May 2012 15:40:10 +0200
changeset 47964 b74655182ed6
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
merged

theory Base
imports Main
uses "../../antiquote_setup.ML"
begin

setup {* Antiquote_Setup.setup *}

end