src/ZF/AC/ROOT.ML
author paulson
Fri, 28 Jul 1995 17:21:44 +0200
changeset 1208 bc3093616ba4
parent 1196 d43c1f7a53fe
child 1296 ae31bb7774a7
permissions -rw-r--r--
Ran expandshort and corrected spelling of Grabczewski

(*  Title: 	ZF/AC/ROOT
    ID:         $Id$
    Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1995  University of Cambridge

Executes the proofs of the AC-equivalences, due to Krzysztof Grabczewski
*)

ZF_build_completed;	(*Make examples fail if ZF did*)

writeln"Root file for ZF/AC";
proof_timing := true;

loadpath := [".", "AC"];

time_use_thy "AC/AC_Equiv";

time_use     "AC/WO1_WO6.ML";
time_use_thy "AC/WO6_WO1";
time_use     "AC/WO1_WO7.ML";
time_use     "AC/WO1_WO8.ML";

time_use     "AC/AC0_AC1.ML";
time_use     "AC/AC2_AC6.ML";
time_use     "AC/AC7_AC9.ML";

time_use_thy "AC/WO1_AC";
time_use_thy "AC/AC1_WO2";

time_use     "AC/AC10_AC15.ML";
time_use_thy "AC/AC15_WO6";

time_use_thy "AC/WO2_AC16";
time_use_thy "AC/AC16_WO4";

time_use     "AC/AC1_AC17.ML";
time_use_thy "AC/AC17_AC1";

time_use_thy "AC/AC18_AC19";

time_use_thy "AC/DC";

writeln"END: Root file for ZF/AC";