| author | urbanc |
| Fri, 02 Feb 2007 17:16:16 +0100 | |
| changeset 22231 | f76f187c91f9 |
| parent 22073 | c170dcbe6c9d |
| child 22448 | f982e73e36de |
| permissions | -rw-r--r-- |
| 19495 | 1 |
(* Title: HOL/Nominal/Examples/ROOT.ML |
2 |
ID: $Id$ |
|
3 |
Author: Christian Urban, TU Muenchen |
|
4 |
||
5 |
Various examples involving nominal datatypes. |
|
6 |
*) |
|
7 |
||
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"; |
| 21086 | 10 |
use_thy "Compile"; |
11 |
use_thy "Fsub"; |
|
12 |
use_thy "Height"; |
|
|
19499
1a082c1257d7
Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
berghofe
parents:
19495
diff
changeset
|
13 |
use_thy "Lambda_mu"; |
|
1a082c1257d7
Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
berghofe
parents:
19495
diff
changeset
|
14 |
use_thy "SN"; |
| 19495 | 15 |
use_thy "Weakening"; |
|
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
21136
diff
changeset
|
16 |
use_thy "Crary"; |