author | wenzelm |
Wed, 14 Jan 1998 10:30:01 +0100 | |
changeset 4570 | c04027ccc86e |
parent 4446 | 097004a470fb |
child 6349 | f7750d816c21 |
permissions | -rw-r--r-- |
1459 | 1 |
(* Title: CTT/ex/ROOT |
0 | 2 |
ID: $Id$ |
1459 | 3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
0 | 4 |
Copyright 1991 University of Cambridge |
5 |
||
6 |
Executes all examples for Constructive Type Theory. |
|
7 |
*) |
|
8 |
||
2822 | 9 |
writeln"Root file for CTT examples"; |
0 | 10 |
|
2822 | 11 |
CTT_build_completed; (*Cause examples to fail if CTT did*) |
0 | 12 |
|
13 |
print_depth 2; |
|
4446 | 14 |
set proof_timing; |
15 |
||
2822 | 16 |
time_use "typechk.ML"; |
17 |
time_use "elim.ML"; |
|
18 |
time_use "equal.ML"; |
|
19 |
time_use "synth.ML"; |