src/HOL/Real/ROOT.ML
changeset 9013 9dd0274f76af
parent 9000 c20d58286a51
child 9043 ca761fe227d8
equal deleted inserted replaced
9012:d1bd2144ab5d 9013:9dd0274f76af
    10 
    10 
    11 time_use_thy "RealDef";
    11 time_use_thy "RealDef";
    12 use          "simproc.ML";
    12 use          "simproc.ML";
    13 time_use_thy "Real";
    13 time_use_thy "Real";
    14 time_use_thy "Hyperreal/HyperDef";
    14 time_use_thy "Hyperreal/HyperDef";
    15 
       
    16 (*FIXME: move to RealBin and eliminate all references to 0r, 1r in 
       
    17   descendant theories*)
       
    18 Addsimps [zero_eq_numeral_0, one_eq_numeral_1];