X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_disambiguation%2FdisambiguateChoices.mli;h=ddc05b4a5cba54f9c1d02a4e49883b982d6e37cf;hb=0ef9250d71eacd6b1022194128e6acfb74d52aac;hp=f40c7aa9f4b8e139eff592b5aa1ef41b77dcabe6;hpb=430d6307ae5776ed000a78358a2881cb88936c37;p=helm.git diff --git a/helm/software/components/cic_disambiguation/disambiguateChoices.mli b/helm/software/components/cic_disambiguation/disambiguateChoices.mli index f40c7aa9f..ddc05b4a5 100644 --- a/helm/software/components/cic_disambiguation/disambiguateChoices.mli +++ b/helm/software/components/cic_disambiguation/disambiguateChoices.mli @@ -48,6 +48,7 @@ val lookup_symbol_by_dsc: mk_appl: ('term list -> 'term) -> mk_implicit: (bool -> 'term) -> term_of_uri: (UriManager.uri -> 'term) -> + term_of_nref: (NReference.reference -> 'term) -> string -> string -> 'term codomain_item val cic_lookup_symbol_by_dsc: @@ -57,6 +58,7 @@ val mk_choice: mk_appl: ('term list -> 'term) -> mk_implicit: (bool -> 'term) -> term_of_uri: (UriManager.uri -> 'term) -> + term_of_nref: (NReference.reference -> 'term) -> string * CicNotationPt.argument_pattern list * CicNotationPt.cic_appl_pattern -> 'term codomain_item