diff options
| author | filliatr | 2000-01-27 23:09:26 +0000 |
|---|---|---|
| committer | filliatr | 2000-01-27 23:09:26 +0000 |
| commit | bd23886243736ba75a584c475b7da521571c646d (patch) | |
| tree | 26c93a33ee1f4e02bad47c13682998a6c554765f /pretyping | |
| parent | 5771e5cd2cb76e0c8a05481417e12921da06c8ca (diff) | |
erreurs latex dans interfaces
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@287 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/classops.mli | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
