src/HOL/Real/ROOT.ML
author paulson
Mon, 16 Aug 1999 18:41:32 +0200
changeset 7219 4e3f386c2e37
parent 6490 4961ecbaaff7
child 7292 dff3470c5c62
permissions -rw-r--r--
inserted Id: lines

(*  Title:      HOL/Real/ROOT
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1998  University of Cambridge

Construction of the Reals using Dedekind Cuts, by Jacques Fleuriot
*)

writeln"Root file for HOL/Real";

set proof_timing;
time_use_thy "RealDef";
use          "simproc.ML";
time_use_thy "RealAbs";
time_use_thy "RComplete";
time_use_thy "Hyperreal/Filter";
time_use_thy "Hyperreal/HyperDef";