X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Flexicon%2FlexiconSync.mli;h=f19906528792262f9322fec342b670784ebc712d;hb=cd664aefb80554952ed9b010f0c5199ce3a6f8f2;hp=a081e53f17665920e2a7e98b7a6f65fd59cda692;hpb=f3f6b451707a3feb8245717e3fa7ca25df0ce8ef;p=helm.git diff --git a/matita/components/lexicon/lexiconSync.mli b/matita/components/lexicon/lexiconSync.mli index a081e53f1..f19906528 100644 --- a/matita/components/lexicon/lexiconSync.mli +++ b/matita/components/lexicon/lexiconSync.mli @@ -24,13 +24,12 @@ *) val add_aliases_for_objs: - #LexiconEngine.status as 'status -> NUri.uri list -> 'status + #LexiconTypes.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 - + from:#LexiconTypes.status -> #LexiconTypes.status -> + (DisambiguateTypes.domain_item * GrafiteAst.alias_spec) list