src/HOLCF/Tools/fixrec_package.ML
changeset 25557 ea6b11021e79
parent 25132 dffe405b090d
child 26045 02aa3f166c7f
--- a/src/HOLCF/Tools/fixrec_package.ML	Thu Dec 06 12:58:01 2007 +0100
+++ b/src/HOLCF/Tools/fixrec_package.ML	Thu Dec 06 15:10:09 2007 +0100
@@ -231,7 +231,7 @@
     val eqn_ts = map (prep_prop thy) strings;
     val rec_ts = map (fn eq => chead_of (fst (dest_eqs (Logic.strip_imp_concl eq)))
       handle TERM _ => fixrec_eq_err thy "not a proper equation" eq) eqn_ts;
-    val (_, eqn_ts') = PrimrecPackage.unify_consts thy rec_ts eqn_ts;
+    val (_, eqn_ts') = OldPrimrecPackage.unify_consts thy rec_ts eqn_ts;
     
     fun unconcat [] _ = []
       | unconcat (n::ns) xs = List.take (xs,n) :: unconcat ns (List.drop (xs,n));