src/CCL/ex/ROOT.ML
author lcp
Thu, 06 Apr 1995 10:55:06 +0200
changeset 1000 0ad2b1da57ff
parent 121 d392174734e9
child 1293 4ade5d1d369c
permissions -rw-r--r--
Now sets loadpath.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
(*  Title:      CCL/ex/ROOT
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
    ID:         $Id$
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
    Author:     Martin Coen, Cambridge University Computer Laboratory
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
    Copyright   1993  University of Cambridge
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     6
Executes all examples for Classical Computational Logic
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
*)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     9
CCL_build_completed;	(*Cause examples to fail if CCL did*)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    10
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    11
writeln"Root file for CCL examples";
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    12
proof_timing := true;
1000
0ad2b1da57ff Now sets loadpath.
lcp
parents: 121
diff changeset
    13
loadpath := [".", "ex"];
0ad2b1da57ff Now sets loadpath.
lcp
parents: 121
diff changeset
    14
121
d392174734e9 changed use_thy's parameter to exact theory name
clasohm
parents: 0
diff changeset
    15
time_use_thy "ex/Nat";
d392174734e9 changed use_thy's parameter to exact theory name
clasohm
parents: 0
diff changeset
    16
time_use_thy "ex/List";
d392174734e9 changed use_thy's parameter to exact theory name
clasohm
parents: 0
diff changeset
    17
time_use_thy "ex/Stream";
d392174734e9 changed use_thy's parameter to exact theory name
clasohm
parents: 0
diff changeset
    18
time_use_thy "ex/Flag";
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    19
maketest"END: Root file for CCL examples";