doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Thu, 23 Feb 2012 16:18:19 +0100
changeset 46616 cd0e6841ab9c
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