src/HOL/Real/ROOT.ML
author wenzelm
Mon, 29 Nov 1999 15:52:49 +0100
changeset 8039 a901bafe4578
parent 7946 95e1de322e82
child 8856 435187ffc64e
permissions -rw-r--r--
Goal: tuned pris;

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

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

(*FIXME: move to RealBin and eliminate all references to 0r, 1r in 
  descendant theories*)
Addsimps [zero_eq_numeral_0, one_eq_numeral_1];