aboutsummaryrefslogtreecommitdiff
path: root/pretyping/coercion.mli
diff options
context:
space:
mode:
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 0dc8208786..3b24bcec8b 100644
--- a/pretyping/coercion.mli
+++ b/pretyping/coercion.mli
@@ -40,7 +40,7 @@ val inh_coerce_to_base : ?loc:Loc.t -> program_mode:bool ->
val inh_coerce_to_prod : ?loc:Loc.t -> program_mode:bool ->
env -> evar_map -> types -> evar_map * types
-(** [inh_conv_coerce_to resolve_tc Loc.t env isevars j t] coerces [j] to an
+(** [inh_conv_coerce_to resolve_tc Loc.t env isevars j t] coerces [j] to an
object of type [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. resolve_tc=false disables resolving type classes (as the last