]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/lexicon/lexiconSync.mli
- further simplifications (??) of the status dependencies
[helm.git] / matita / components / lexicon / lexiconSync.mli
index a081e53f17665920e2a7e98b7a6f65fd59cda692..b46af6fbbaa7c28d96faa7a3306246c50c7121d7 100644 (file)
  *)
 
 val add_aliases_for_objs:
- #LexiconEngine.status as 'status -> NUri.uri list -> 'status
-
-  (** perform a diff between the aliases contained in two statuses, assuming
-    * that the second one can only have more aliases than the first one
-    * @return the list of aliases that should be added to aliases of from in
-    * order to be equal to aliases of the second argument *)
-val alias_diff:
- from:#LexiconEngine.status -> #LexiconEngine.status ->
-  (DisambiguateTypes.domain_item * LexiconAst.alias_spec) list
-
+ #GrafiteDisambiguate.status as 'status -> NUri.uri list -> 'status