doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Mon, 23 Jul 2012 15:59:14 +0200
changeset 48447 ef600ce4559c
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
added system build mode: produce output in ISABELLE_HOME; determine output location more explicitly;

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

setup {* Antiquote_Setup.setup *}

end