aboutsummaryrefslogtreecommitdiff
path: root/pretyping/classops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/classops.mli')
-rw-r--r--pretyping/classops.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/classops.mli b/pretyping/classops.mli
index 053e93cd43..98d6fce9cb 100644
--- a/pretyping/classops.mli
+++ b/pretyping/classops.mli
@@ -53,7 +53,7 @@ val coercion_exists : coe_typ -> bool
val coercion_info : coe_typ -> (int * coe_info_typ)
val coercion_info_from_index : int -> coe_typ * coe_info_typ
val coercion_params :
- reference -> int (* raise [Not_found] if not a coercion *)
+ rawconstr array reference -> int (* raise [Not_found] if not a coercion *)
val constructor_at_head : constr -> cl_typ * int
(* raises [Not_found] if not convertible to a class *)