X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_disambiguation%2FdisambiguateChoices.ml;h=3a79d1bfad0403b5d49279832cccd3169d862281;hb=f5c28fbe41e4754af1c161e7b4176ae053199cc7;hp=94643b3b003a98729ac02613d5d803a6478377e5;hpb=f6b7c6ae353e014761a3d24dbc87e00d828d7f2d;p=helm.git diff --git a/matita/components/ng_disambiguation/disambiguateChoices.ml b/matita/components/ng_disambiguation/disambiguateChoices.ml index 94643b3b0..3a79d1bfa 100644 --- a/matita/components/ng_disambiguation/disambiguateChoices.ml +++ b/matita/components/ng_disambiguation/disambiguateChoices.ml @@ -72,8 +72,9 @@ let mk_choice ~mk_appl ~mk_implicit ~term_of_nref (dsc, args, appl_pattern)= [] -> combined | _::_ -> mk_appl (combined::rest)) -let lookup_symbol_by_dsc ~mk_appl ~mk_implicit ~term_of_nref symbol dsc = - let interpretations = Interpretations.lookup_interpretations ~sorted:false symbol in +let lookup_symbol_by_dsc status ~mk_appl ~mk_implicit ~term_of_nref symbol dsc = + let interpretations = + Interpretations.lookup_interpretations status ~sorted:false symbol in try mk_choice ~mk_appl ~mk_implicit ~term_of_nref (List.find (fun (dsc', _, _) -> dsc = dsc') interpretations)