doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Sat, 17 Sep 2011 17:55:39 +0200
changeset 44953 cdfe42f1267c
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
sane default for class Thy_Load;

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

setup {* Antiquote_Setup.setup *}

end