src/HOL/Real/ROOT.ML
author wenzelm
Mon, 11 Oct 1999 11:04:56 +0200
changeset 7827 c9c615d970db
parent 7583 d1b40e0464b1
child 7933 80b528790ccc
permissions -rw-r--r--
a4paper;

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