]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/pp.ml
the prover is almost OK, types in fuctors a bit extended to
[helm.git] / helm / software / components / ng_paramodulation / pp.ml
index 8a74fa762301589b5b79611575b29b1c37bd271b..e9628220d501e6d30ef9c69d82d5aec3fd43ffb3 100644 (file)
@@ -123,7 +123,7 @@ let pp_unit_clause ~formatter:f c =
 let pp_bag ~formatter:f bag = 
   Format.fprintf f "@[<v>";
   Terms.M.iter 
-  (fun _ c,_ -> pp_unit_clause ~formatter:f c;Format.fprintf f "@;") bag;
+  (fun _ (c,_) -> pp_unit_clause ~formatter:f c;Format.fprintf f "@;") bag;
   Format.fprintf f "@]"
 ;;