]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/disambiguation/disambiguate.ml
Use of standard OCaml syntax
[helm.git] / matita / components / disambiguation / disambiguate.ml
index 8bd26637047900ac5b58733437df8fbd7584816a..5981cb89268b6ac1e3fd7d1f78fead9b1d121a2f 100644 (file)
@@ -645,7 +645,7 @@ in refine_profiler.HExtlib.profile foo ()
                   Not_found -> None)
                thing_dom
             in
-            let diff= List.map (fun a,b -> a,description_of_alias b) diff in
+            let diff= List.map (fun (a,b) -> a,description_of_alias b) diff in
              env',diff,loc_msg,significant
           ) errors
         in