]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/cicMkImplicit.mli
cic_mkimplicit' removed (its implementation was wrong and the function is
[helm.git] / helm / ocaml / cic_unification / cicMkImplicit.mli
index 6d9179d8e0e3c23e453c50e5d0856ba2b81c01e3..2f8710390220a0c56b74f919d1e3888a0e93cb49 100644 (file)
@@ -26,10 +26,6 @@ val fresh_subst:
       UriManager.uri list -> 
         Cic.metasenv * (Cic.term Cic.explicit_named_substitution)
 
-(** as above but return both the index of the added conjecture (2nd index) and
- * the index of its type (1st index) *)
-val mk_implicit': Cic.metasenv -> Cic.context -> Cic.metasenv * int * int
-
 (** as above, but the fresh metavariable represents a type *)
 val mk_implicit_type: Cic.metasenv -> Cic.context -> Cic.metasenv * int