aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/recordops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/recordops.mli')
-rwxr-xr-xpretyping/recordops.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/pretyping/recordops.mli b/pretyping/recordops.mli
index e5ffe4fd2..f758776de 100755
--- a/pretyping/recordops.mli
+++ b/pretyping/recordops.mli
@@ -37,6 +37,9 @@ val add_new_struc :
[isp] if it corresponds to a structure, otherwise fails with [Not_found] *)
val find_structure : inductive -> struc_typ
+(* raise [Not_found] if not a projection *)
+val find_projection_nparams : global_reference -> int
+
type obj_typ = {
o_DEF : constr;
o_TABS : constr list; (* dans l'ordre *)