ex/ROOT.ML
author wenzelm
Wed, 14 Sep 1994 16:05:28 +0200
changeset 142 760641387b20
parent 130 e7dcf3c07865
child 148 13b15899c528
permissions -rw-r--r--
replaced lookup_const by Sign.const_type;

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

Executes all 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 "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 "Acc";
time_use_thy "PropLog";
time_use_thy "Term";
time_use_thy "Simult";
time_use_thy "MT";
maketest     "END: Root file for HOL examples";