author | huffman |
Wed, 23 May 2007 01:46:15 +0200 | |
changeset 23079 | 044a1bd3bb2a |
parent 23078 | e5670ceef56f |
child 23080 | 2f8d7aa1263b |
--- a/src/HOL/Real/rat_arith.ML Tue May 22 21:32:04 2007 +0200 +++ b/src/HOL/Real/rat_arith.ML Wed May 23 01:46:15 2007 +0200 @@ -48,7 +48,6 @@ simpset = simpset addsimps simps addsimprocs simprocs}) #> arith_inj_const ("Nat.of_nat", HOLogic.natT --> ratT) #> - arith_inj_const ("IntDef.of_int", HOLogic.intT --> ratT) #> - (fn thy => (change_simpset_of thy (fn ss => ss addsimprocs [fast_rat_arith_simproc]); thy)) + arith_inj_const ("IntDef.of_int", HOLogic.intT --> ratT) end;