src/HOL/Real/ROOT.ML
author wenzelm
Sat, 18 Mar 2000 19:10:02 +0100
changeset 8516 f5f6a97ee43f
parent 7946 95e1de322e82
child 8856 435187ffc64e
permissions -rw-r--r--
simplified setup; tuned;

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