ex/ROOT.ML
author lcp
Tue, 28 Feb 1995 10:52:55 +0100
changeset 222 c789c7441119
parent 208 deec279dda0a
child 247 05736fb55c13
permissions -rw-r--r--
No longer calls maketest; instead, the Makefile writes the file "test". And had to delete an extra ).

(*  Title:  	HOL/ex/ROOT
    ID:         $Id$
    Author: 	Tobias Nipkow, Cambridge University Computer Laboratory
    Copyright   1991  University of Cambridge

Executes miscellaneous examples for Higher-Order Logic. 
*)

HOL_build_completed;    (*Cause examples to fail if HOL did*)

(writeln"Root file for HOL examples";
 proof_timing := true;
 loadpath := ["ex"];
 time_use     "ex/cla.ML";
 time_use     "ex/meson.ML";
 time_use     "ex/mesontest.ML";
 time_use_thy "String";
 time_use_thy "InSort";
 time_use_thy "Qsort";
 time_use_thy "LexProd";
 time_use_thy "Puzzle";
 time_use_thy "NatSum";
 time_use     "ex/set.ML";
 time_use_thy "SList";
 time_use_thy "LList";
 time_use_thy "Acc";
 time_use_thy "PropLog";
 time_use_thy "Term";
 time_use_thy "Simult";
 time_use_thy "MT";
 writeln     "END: Root file for HOL examples"
)  handle _ => exit 1;