]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/lexicon/lexiconSync.ml
notation_id were compared using Pervasives.equal this was rarely triggering the
[helm.git] / helm / software / components / lexicon / lexiconSync.ml
index 9010dfcff01cbdefb4e74f1080a230cbcae0f89e..b9c9b1cc2c43a77198fd1240e7d114f6a1407b24 100644 (file)
@@ -89,7 +89,7 @@ let add_aliases_for_objs =
 module OrderedId = 
 struct
   type t = CicNotation.notation_id
-  let compare = Pervasives.compare
+  let compare =  CicNotation.compare_notation_id
 end
 
 module IdSet  = Set.Make (OrderedId)