]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/foSubst.ml
...
[helm.git] / helm / software / components / ng_paramodulation / foSubst.ml
index 2d63d34afca2372e1c49f9dcea9c1f44959b17b7..aab2401684238b0d3e59ed3bc9c141c846a776d0 100644 (file)
        Terms.Node (List.map (fun t -> apply_subst subst t) l)
 ;;
 
+  let flat subst =
+    List.map (fun (x,t) -> (x, apply_subst subst t)) subst
+;;
+
   let concat x y = x @ y;;
   
 (* end *)