]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguate.mli
bumped version (tag soon)
[helm.git] / helm / ocaml / cic_disambiguation / disambiguate.mli
index cbc7a54ac9a423835556696e29303f075758884a..0e05413b8d68c0aeaaad68e2c2b221e949f29f69 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
@@ -47,7 +35,7 @@ module Make (C : Callbacks) :
       MQIConn.handle ->
       Cic.context ->
       Cic.metasenv ->
-      CicTextualParser2Ast.term ->
+      CicAst.term ->
       aliases:environment ->  (* previous interpretation status *)
         environment *                   (* new interpretation status *)
         Cic.metasenv *                  (* new metasenv *)