aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/coercion.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/coercion.mli')
-rw-r--r--pretyping/coercion.mli8
1 files changed, 2 insertions, 6 deletions
diff --git a/pretyping/coercion.mli b/pretyping/coercion.mli
index ec1ab927b..5051f96db 100644
--- a/pretyping/coercion.mli
+++ b/pretyping/coercion.mli
@@ -19,13 +19,9 @@ val inh_tosort :
env -> 'a evar_defs -> unsafe_judgment -> unsafe_judgment
val inh_ass_of_j :
env -> 'a evar_defs -> unsafe_judgment -> unsafe_type_judgment
-val inh_coerce_to :
- env -> 'a evar_defs -> constr -> unsafe_judgment -> unsafe_judgment
-val inh_conv_coerce_to :
- env -> 'a evar_defs -> constr -> unsafe_judgment -> unsafe_judgment
-val inh_cast_rel : Rawterm.loc ->
- env -> 'a evar_defs -> unsafe_judgment -> unsafe_judgment -> unsafe_judgment
+val inh_conv_coerce_to : Rawterm.loc ->
+ env -> 'a evar_defs -> unsafe_judgment -> typed_type -> unsafe_judgment
val inh_apply_rel_list : bool -> Rawterm.loc -> env -> 'a evar_defs ->
unsafe_judgment list -> unsafe_judgment -> trad_constraint