src/Doc/Datatypes/Setup.thy
author traytel
Tue, 20 Aug 2013 16:10:58 +0200
changeset 53103 c0217c4a6b2d
parent 52824 b7a83845bc93
child 55073 9b96fb4c8cfd
permissions -rw-r--r--
tuned example
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
52822
ae938ac9a721 more (co)datatype docs
blanchet
parents:
diff changeset
     1
theory Setup
52824
b7a83845bc93 more (co)datatype documentation
blanchet
parents: 52822
diff changeset
     2
imports BNF
52822
ae938ac9a721 more (co)datatype docs
blanchet
parents:
diff changeset
     3
begin
ae938ac9a721 more (co)datatype docs
blanchet
parents:
diff changeset
     4
ae938ac9a721 more (co)datatype docs
blanchet
parents:
diff changeset
     5
ML_file "../antiquote_setup.ML"
ae938ac9a721 more (co)datatype docs
blanchet
parents:
diff changeset
     6
ae938ac9a721 more (co)datatype docs
blanchet
parents:
diff changeset
     7
setup Antiquote_Setup.setup
ae938ac9a721 more (co)datatype docs
blanchet
parents:
diff changeset
     8
ae938ac9a721 more (co)datatype docs
blanchet
parents:
diff changeset
     9
end