X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fdisambiguation%2FmultiPassDisambiguator.mli;h=4977a81d9cec60e9e370cce909d9164009bcb46f;hb=f4c17198d8afe7c8cd62dbab527d08902d891491;hp=777fedafd1d3353617c38094b62303970c59a4dc;hpb=c04f852241510515f06e3bec8eb79acac6e4952e;p=helm.git diff --git a/helm/software/components/disambiguation/multiPassDisambiguator.mli b/helm/software/components/disambiguation/multiPassDisambiguator.mli index 777fedafd..4977a81d9 100644 --- a/helm/software/components/disambiguation/multiPassDisambiguator.mli +++ b/helm/software/components/disambiguation/multiPassDisambiguator.mli @@ -33,6 +33,7 @@ exception DisambiguationError of (** initially false; for debugging only (???) *) val only_one_pass: bool ref +val use_library: bool ref val passes : unit -> (bool * [> `Library | `Mono | `Multi ] * bool) list @@ -44,10 +45,7 @@ val disambiguate_thing: subst:'subst -> string_context_of_context:('context -> string option list) -> initial_ugraph:'ugraph -> - hint: - ('metasenv -> 'raw_thing -> 'raw_thing) * - (('refined_thing,'metasenv,'subst,'ugraph) Disambiguate.test_result -> - ('refined_thing,'metasenv,'subst,'ugraph) Disambiguate.test_result) -> + expty: 'refined_thing option -> mk_implicit:(bool -> 'alias) -> description_of_alias:('alias -> string) -> aliases:'alias DisambiguateTypes.Environment.t -> @@ -72,9 +70,9 @@ val disambiguate_thing: 'raw_thing) -> refine_thing:( 'metasenv -> 'subst -> 'context -> 'uri -> use_coercions:bool -> - 'raw_thing -> 'ugraph -> localization_tbl:'cichash -> + 'raw_thing -> 'refined_thing option -> 'ugraph -> localization_tbl:'cichash -> ('refined_thing, 'metasenv,'subst,'ugraph) Disambiguate.test_result) -> - localization_tbl:'cichash -> + mk_localization_tbl:(int -> 'cichash) -> string * int * 'ast_thing -> ((DisambiguateTypes.Environment.key * 'alias) list * 'metasenv * 'subst * 'refined_thing * 'ugraph)