src/HOLCF/ex/ROOT.ML
author wenzelm
Fri, 07 Mar 1997 11:48:46 +0100
changeset 2754 59bd96046ad6
parent 2570 24d7e8fb8261
child 3154 6e20bf579edb
permissions -rw-r--r--
moved settings comment to build;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1461
6bcb44e4d6e5 expanded tabs
clasohm
parents: 1351
diff changeset
     1
(*  Title:      HOLCF/ex/ROOT
244
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     2
    ID:         $Id$
1461
6bcb44e4d6e5 expanded tabs
clasohm
parents: 1351
diff changeset
     3
    Author:     Tobias Nipkow
244
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     4
    Copyright   1994 TU Muenchen
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     5
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     6
Executes all examples for HOLCF. 
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     7
*)
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     8
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
     9
HOLCF_build_completed;    (*Cause examples to fail if HOLCF did*)
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
    10
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
    11
writeln"Root file for HOLCF examples";
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
    12
proof_timing := true;
297
5ef75ff3baeb Franz fragen
nipkow
parents: 244
diff changeset
    13
2570
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
    14
time_use_thy "Classlib";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
    15
time_use_thy "Witness";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
    16
time_use_thy "Dnat";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
    17
time_use_thy "Dlist";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
    18
time_use_thy "Stream";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
    19
time_use_thy "Dagstuhl";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
    20
time_use_thy "Focus_ex";
24d7e8fb8261 added Classlib.* and Witness.*,
oheimb
parents: 2236
diff changeset
    21
time_use_thy "Fix2";
1351
4a960c012383 removed make_chart;
clasohm
parents: 1306
diff changeset
    22
time_use_thy "Hoare";
4a960c012383 removed make_chart;
clasohm
parents: 1306
diff changeset
    23
time_use_thy "Loop";
4a960c012383 removed make_chart;
clasohm
parents: 1306
diff changeset
    24
time_use "loeckx.ML";
1306
7c9c96e3621b added make_chart
clasohm
parents: 1274
diff changeset
    25
2236
c7869a443b14 Uses Basis Library equivalent of cd
paulson
parents: 1461
diff changeset
    26
OS.FileSys.chDir "..";
244
929fc2c63bd0 HOLCF examples
nipkow
parents:
diff changeset
    27
maketest     "END: Root file for HOLCF examples";