X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_disambiguation%2FdisambiguateChoices.mli;h=cdb7004a6abcd1f163989bbcff267f6795efa28e;hb=cb11de1c61f0b61935b1c6c1832deacb49f7b5bd;hp=4e9807932d41efa843b6e8450cdb92cc6145c7b8;hpb=8a660ee06d72cfee52c707bb1d8d8be3bab0d682;p=helm.git diff --git a/matita/components/ng_disambiguation/disambiguateChoices.mli b/matita/components/ng_disambiguation/disambiguateChoices.mli index 4e9807932..cdb7004a6 100644 --- a/matita/components/ng_disambiguation/disambiguateChoices.mli +++ b/matita/components/ng_disambiguation/disambiguateChoices.mli @@ -30,20 +30,12 @@ open DisambiguateTypes (** raised by lookup_XXXX below *) exception Choice_not_found of string Lazy.t - (** register a new number choice *) -val add_num_choice: Cic.term codomain_item -> unit - (** register a new number choice *) val nadd_num_choice: NCic.term codomain_item -> unit (** {2 Choices lookup} * for user defined aliases *) -val lookup_num_choices: unit -> Cic.term codomain_item list - - (** @param dsc description (1st component of codomain_item) *) -val lookup_num_by_dsc: string -> Cic.term codomain_item - (** @param dsc description (1st component of codomain_item) *) val nlookup_num_by_dsc: string -> NCic.term codomain_item @@ -57,9 +49,6 @@ val lookup_symbol_by_dsc: term_of_nref: (NReference.reference -> 'term) -> string -> string -> 'term codomain_item -val cic_lookup_symbol_by_dsc: - string -> string -> Cic.term codomain_item - val mk_choice: mk_appl: ('term list -> 'term) -> mk_implicit: (bool -> 'term) ->