aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/classops.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-04-26 14:06:42 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-04-26 14:06:42 +0000
commit5db206a826ed54bb9aa1c32f80a729ac326b58f9 (patch)
tree7f145499d593ea30b150dfa8fe3f324e6e7e5dba /pretyping/classops.mli
parentd488b3bff54732a8e05f9bd48c66695b461ef3af (diff)
N'importe quel rawconstr maintenant dans le contexte d'une référence
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@369 85f007b7-540e-0410-9357-904b9bb8a0f7
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 053e93cd4..98d6fce9c 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 *)