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;
haftmann@31678
     1
theory Setup
haftmann@31678
     2
imports Main
haftmann@31678
     3
uses
haftmann@31678
     4
  "../../antiquote_setup.ML"
haftmann@31678
     5
  "../../more_antiquote.ML"
haftmann@31678
     6
begin
haftmann@31678
     7
wenzelm@44450
     8
setup {* Antiquote_Setup.setup #> More_Antiquote.setup *}
wenzelm@44450
     9
wenzelm@44450
    10
haftmann@31678
    11
end