src/HOL/Nominal/Examples/ROOT.ML
author wenzelm
Sat, 17 Jun 2006 19:37:53 +0200
changeset 19912 4a3e35fd6e02
parent 19499 1a082c1257d7
child 21086 fe9f43a1e5bd
permissions -rw-r--r--
added singleton;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19495
3d04b87ad8ba New ROOT file for nominal datatype examples.
berghofe
parents:
diff changeset
     1
(*  Title:      HOL/Nominal/Examples/ROOT.ML
3d04b87ad8ba New ROOT file for nominal datatype examples.
berghofe
parents:
diff changeset
     2
    ID:         $Id$
3d04b87ad8ba New ROOT file for nominal datatype examples.
berghofe
parents:
diff changeset
     3
    Author:     Christian Urban, TU Muenchen
3d04b87ad8ba New ROOT file for nominal datatype examples.
berghofe
parents:
diff changeset
     4
3d04b87ad8ba New ROOT file for nominal datatype examples.
berghofe
parents:
diff changeset
     5
Various examples involving nominal datatypes.
3d04b87ad8ba New ROOT file for nominal datatype examples.
berghofe
parents:
diff changeset
     6
*)
3d04b87ad8ba New ROOT file for nominal datatype examples.
berghofe
parents:
diff changeset
     7
3d04b87ad8ba New ROOT file for nominal datatype examples.
berghofe
parents:
diff changeset
     8
use_thy "CR";
19499
1a082c1257d7 Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
berghofe
parents: 19495
diff changeset
     9
use_thy "Class";
1a082c1257d7 Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
berghofe
parents: 19495
diff changeset
    10
setmp quick_and_dirty true use_thy "Fsub"; (* FIXME *)
1a082c1257d7 Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
berghofe
parents: 19495
diff changeset
    11
use_thy "Lambda_mu";
19495
3d04b87ad8ba New ROOT file for nominal datatype examples.
berghofe
parents:
diff changeset
    12
use_thy "Recursion";
19499
1a082c1257d7 Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
berghofe
parents: 19495
diff changeset
    13
use_thy "SN";
19495
3d04b87ad8ba New ROOT file for nominal datatype examples.
berghofe
parents:
diff changeset
    14
use_thy "Weakening";