doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Tue, 24 Jul 2012 11:02:42 +0200
changeset 48463 07f752935ece
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
added "browser_info_remote" (cf. usedir -P);

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

setup {* Antiquote_Setup.setup *}

end