src/HOL/Real/ROOT.ML
author nipkow
Thu, 23 Sep 1999 09:05:44 +0200
changeset 7583 d1b40e0464b1
parent 7334 a90fc1e5fb19
child 7933 80b528790ccc
permissions -rw-r--r--
Restructured lin.arith.package and fixed a proof in RComplete.

(*  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

Linear real arithmetic is installed in RealBin.ML.
*)

writeln"Root file for HOL/Real";

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