From bd23886243736ba75a584c475b7da521571c646d Mon Sep 17 00:00:00 2001 From: filliatr Date: Thu, 27 Jan 2000 23:09:26 +0000 Subject: erreurs latex dans interfaces git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@287 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/classops.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pretyping') diff --git a/pretyping/classops.mli b/pretyping/classops.mli index 5aa8b7aaf8..fbc6c39fbd 100644 --- a/pretyping/classops.mli +++ b/pretyping/classops.mli @@ -52,7 +52,8 @@ val class_info_from_index : int -> cl_typ * cl_info_typ 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 *) +val coercion_params : + reference -> int (* raise [Not_found] if not a coercion *) val constructor_at_head : constr -> cl_typ * int val class_of : env -> 'c evar_map -> constr -> constr * int val class_args_of : constr -> constr list -- cgit v1.2.3