X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flexicon%2FlexiconSync.mli;h=c645bfdbee50b673c9693247797629bed67e67df;hb=e83cd27fc0694c34baf35c8b80d32317e51be707;hp=c2ff15c420befc8f47d8537c643a7da0eb2b59b9;hpb=7233348f05485c2ee317df9c3407cf1ce7e56927;p=helm.git diff --git a/helm/software/components/lexicon/lexiconSync.mli b/helm/software/components/lexicon/lexiconSync.mli index c2ff15c42..c645bfdbe 100644 --- a/helm/software/components/lexicon/lexiconSync.mli +++ b/helm/software/components/lexicon/lexiconSync.mli @@ -24,18 +24,18 @@ *) val add_aliases_for_objs: - LexiconEngine.status -> [`Old of UriManager.uri list | `New of NUri.uri list]-> - LexiconEngine.status + #LexiconEngine.status as 'status -> + [`Old of UriManager.uri list | `New of NUri.uri list]-> 'status val time_travel: - present:LexiconEngine.status -> past:LexiconEngine.status -> unit + present:#LexiconEngine.status -> past:#LexiconEngine.status -> unit (** 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 -> + from:#LexiconEngine.status -> #LexiconEngine.status -> (DisambiguateTypes.domain_item * LexiconAst.alias_spec) list val push: unit -> unit