doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Sat, 03 Sep 2011 22:11:49 +0200
changeset 44682 e5ba1c0b8cac
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