doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Wed, 01 Aug 2012 19:53:20 +0200
changeset 48638 22d65e375c01
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
more standard bootstrapping of Pure.thy;

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

setup {* Antiquote_Setup.setup *}

end