doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Wed, 04 Apr 2012 14:00:47 +0200
changeset 47335 693276dcc512
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
tuned;

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

setup {* Antiquote_Setup.setup *}

end