src/HOL/Hyperreal/hypreal_arith.ML
changeset 17318 bc1c75855f3d
parent 15923 01d5d0c1c078
child 17431 70311ad8bf11
equal deleted inserted replaced
17317:3f12de2e2e6e 17318:bc1c75855f3d
    11 (****Instantiation of the generic linear arithmetic package****)
    11 (****Instantiation of the generic linear arithmetic package****)
    12 
    12 
    13 
    13 
    14 local
    14 local
    15 
    15 
    16 val real_inj_thms = [hypreal_of_real_le_iff RS iffD2, 
    16 val real_inj_thms = [thm "star_of_le" RS iffD2, 
    17                      hypreal_of_real_less_iff RS iffD2,
    17                      thm "star_of_less" RS iffD2,
    18                      hypreal_of_real_eq_iff RS iffD2];
    18                      thm "star_of_eq" RS iffD2];
    19 
    19 
    20 in
    20 in
    21 
    21 
    22 val hyprealT = Type("Rational.hypreal", []);
    22 val hyprealT = Type("Rational.hypreal", []);
    23 
    23