From 6971d535f09109c7a73f547e2b438bb1cafcc0b7 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 29 Jan 2006 23:13:05 +0000 Subject: Documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7948 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/coercion.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pretyping/coercion.mli') diff --git a/pretyping/coercion.mli b/pretyping/coercion.mli index 85b4c7506..c3b470307 100644 --- a/pretyping/coercion.mli +++ b/pretyping/coercion.mli @@ -37,7 +37,7 @@ val inh_coerce_to_sort : [t]; i.e. it inserts a coercion into [j], if needed, in such a way [t] and [j.uj_type] are convertible; it fails if no coercion is applicable *) val inh_conv_coerce_to : loc -> - env -> evar_defs -> unsafe_judgment -> constr -> evar_defs * unsafe_judgment + env -> evar_defs -> unsafe_judgment -> types -> evar_defs * unsafe_judgment (* [inh_pattern_coerce_to loc env isevars pat ind1 ind2] coerces the Cases pattern [pat] typed in [ind1] into a pattern typed in [ind2]; -- cgit v1.2.3