doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Fri, 24 Aug 2012 20:47:33 +0200
changeset 48924 27d8ccd1906c
parent 48891 c0eafbd55de3
permissions -rw-r--r--
report source path and let front-end resolve implicit master location (e.g. URL);

theory Base
imports Main
begin

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

end