doc-src/TutorialI/Types/Setup.thy
author wenzelm
Mon, 27 Jun 2011 22:20:49 +0200
changeset 44450 9864182c6bad
parent 31678 752f23a37240
child 49906 c0eafbd55de3
permissions -rw-r--r--
document antiquotations are managed as theory data, with proper name space and entity markup;
     1 theory Setup
     2 imports Main
     3 uses
     4   "../../antiquote_setup.ML"
     5   "../../more_antiquote.ML"
     6 begin
     7 
     8 setup {* Antiquote_Setup.setup #> More_Antiquote.setup *}
     9 
    10 
    11 end