src/CTT/ex/ROOT.ML
author clasohm
Tue, 04 Oct 1994 13:02:16 +0100
changeset 624 33b9b5da3e6f
parent 0 a5a9c433f639
child 1294 1358dc040edb
permissions -rw-r--r--
made major changes to grammar; added call of Type.infer_types to automatically eliminate ambiguities

(*  Title: 	CTT/ex/ROOT
    ID:         $Id$
    Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1991  University of Cambridge

Executes all examples for Constructive Type Theory. 
*)

CTT_build_completed;    (*Cause examples to fail if CTT did*)

writeln"Root file for CTT examples";

print_depth 2;  
proof_timing := true;
time_use "ex/typechk.ML";
time_use "ex/elim.ML";
time_use "ex/equal.ML";
time_use "ex/synth.ML";

maketest"END: Root file for CTT examples";