aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/coercion.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-01-29 23:13:05 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-01-29 23:13:05 +0000
commit6971d535f09109c7a73f547e2b438bb1cafcc0b7 (patch)
tree86c284759682718708d3434493b5d22c2f0476c5 /pretyping/coercion.mli
parent8ace437982f1b806895bb136cf009679ff9ca80c (diff)
Documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7948 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/coercion.mli')
-rw-r--r--pretyping/coercion.mli2
1 files changed, 1 insertions, 1 deletions
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];