src/Provers/Arith/combine_numerals.ML
changeset 15965 f422f8283491
parent 15570 8d8c70b41bab
child 16973 b2a894562b8f
--- a/src/Provers/Arith/combine_numerals.ML	Mon May 16 09:35:05 2005 +0200
+++ b/src/Provers/Arith/combine_numerals.ML	Mon May 16 10:29:15 2005 +0200
@@ -19,11 +19,11 @@
 signature COMBINE_NUMERALS_DATA =
 sig
   (*abstract syntax*)
-  val add: int * int -> int          (*addition (or multiplication) *)
+  val add: IntInf.int * IntInf.int -> IntInf.int     (*addition (or multiplication) *)
   val mk_sum: typ -> term list -> term
   val dest_sum: term -> term list
-  val mk_coeff: int * term -> term
-  val dest_coeff: term -> int * term
+  val mk_coeff: IntInf.int * term -> term
+  val dest_coeff: term -> IntInf.int * term
   (*rules*)
   val left_distrib: thm
   (*proof tools*)