src/HOLCF/ex/ROOT.ML
author huffman
Thu, 03 Nov 2005 00:31:32 +0100
changeset 18072 102d4ebae879
parent 16554 5841e7f9eef5
child 24106 f2965bf954dc
permissions -rw-r--r--
removed proof about Ifix, which no longer exists
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9000
c20d58286a51 cleaned up;
wenzelm
parents: 6349
diff changeset
     1
(*  Title:      HOLCF/ex/ROOT.ML
244
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     2
    ID:         $Id$
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     3
9000
c20d58286a51 cleaned up;
wenzelm
parents: 6349
diff changeset
     4
Misc HOLCF examples.
244
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     5
*)
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     6
2570
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
     7
time_use_thy "Dnat";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
     8
time_use_thy "Stream";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
     9
time_use_thy "Dagstuhl";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
    10
time_use_thy "Focus_ex";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
    11
time_use_thy "Fix2";
1351
4a960c012383 removed make_chart;
clasohm
parents: 1306
diff changeset
    12
time_use_thy "Hoare";
4a960c012383 removed make_chart;
clasohm
parents: 1306
diff changeset
    13
time_use_thy "Loop";
16554
5841e7f9eef5 add new file to test fixrec package
huffman
parents: 12036
diff changeset
    14
time_use_thy "Fixrec_ex";