]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguate.mli
- factorized DisambiguateChoices module
[helm.git] / helm / ocaml / cic_disambiguation / disambiguate.mli
index cbc7a54ac9a423835556696e29303f075758884a..13d3adc6fc9a3d7ec7d96cfbede432d5d1dc1dce 100644 (file)
 
 open DisambiguateTypes
 
-(** {2 Choice registration interface} *)
-
-  (** to be raised when a choice is invalid due to some given parameter (e.g.
-   * wrong number of Cic.term arguments received) *)
-exception Invalid_choice
-
-  (** register a new symbol choice *)
-val add_symbol_choice: string -> codomain_item -> unit
-
-  (** register a new number choice *)
-val add_num_choice: codomain_item -> unit
-
 (** {2 Disambiguation interface} *)
 
 exception NoWellTypedInterpretation