]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/subst.ml
existential variables in goal supported
[helm.git] / helm / software / components / tactics / paramodulation / subst.ml
index f738d2f63354a343c82b0416d5cd6cb69f7e3ded..819472a15485c0314da6228a3374f300d67d7e94 100644 (file)
@@ -211,5 +211,6 @@ let merge_subst_if_possible = naif_merge_subst_if_possible;;
 
 let empty_subst = [];;
 
-let concat_substs x y = x @ y;;
+let concat x y = x @ y;;
+