]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic_disambiguation/disambiguateChoices.mli
Release 0.5.9.
[helm.git] / helm / software / components / cic_disambiguation / disambiguateChoices.mli
index 4d1ed53296ba70c7608d396ed93303a5eebe5ddd..ddc05b4a5cba54f9c1d02a4e49883b982d6e37cf 100644 (file)
@@ -33,9 +33,6 @@ 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 *)
 
@@ -44,9 +41,6 @@ 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
-
   (** @param symbol symbol as per AST
    * @param dsc description (1st component of codomain_item)
    *)