src/Doc/Datatypes/Setup.thy
author blanchet
Wed, 05 Feb 2014 23:30:02 +0100
changeset 55341 3d2c97392e25
parent 55073 9b96fb4c8cfd
child 56059 2390391584c2
permissions -rw-r--r--
adapted tactic to correctly handle 'if ... then ...' and 'case ...' under lambdas
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
52822
ae938ac9a721 more (co)datatype docs
blanchet
parents:
diff changeset
     1
theory Setup
55073
9b96fb4c8cfd reduced dependencies + updated docs
blanchet
parents: 52824
diff changeset
     2
imports Main
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