]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_disambiguation/disambiguateChoices.mli
Many changes
[helm.git] / matita / components / ng_disambiguation / disambiguateChoices.mli
index 1d98fa3a62a3b50dc70eedcc51bf8fca542c0633..391fd67ca748bae2741628562260df1447345dd5 100644 (file)
@@ -30,9 +30,6 @@ open DisambiguateTypes
   (** raised by lookup_XXXX below *)
 exception Choice_not_found of string Lazy.t
 
-  (** register a new number choice *)
-val nadd_num_choice: NCic.term codomain_item -> unit
-
 (** {2 Choices lookup}
  * for user defined aliases *)
 
@@ -43,6 +40,7 @@ val nlookup_num_by_dsc: string -> NCic.term codomain_item
    * @param dsc description (1st component of codomain_item)
    *)
 val lookup_symbol_by_dsc: 
+  #Interpretations.status ->
   mk_appl: ('term list -> 'term) ->
   mk_implicit: (bool -> 'term) ->
   term_of_nref: (NReference.reference -> 'term) ->