doc-src/TutorialI/Types/Setup.thy
author huffman
Fri, 26 Aug 2011 10:38:29 -0700
changeset 44534 002b43117115
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
merged
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31678
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     1
theory Setup
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     2
imports Main
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     3
uses
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     4
  "../../antiquote_setup.ML"
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     5
  "../../more_antiquote.ML"
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     6
begin
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     7
43564
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents: 31678
diff changeset
     8
setup {* Antiquote_Setup.setup #> More_Antiquote.setup *}
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents: 31678
diff changeset
     9
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents: 31678
diff changeset
    10
31678
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
    11
end