aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/recordops.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-06-10 21:02:46 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-06-10 21:02:46 +0000
commit2f562f15a72d4a379d559ea1987e74c1c24d1391 (patch)
tree3bbec40fab01fa5af88b88e83297a5cfd7ae2804 /pretyping/recordops.mli
parenta3595484aadf71296f2d5af85b9eb0a3c74a3526 (diff)
Ajout notation c.(f) en v8 pour les projections de Record
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4114 85f007b7-540e-0410-9357-904b9bb8a0f7
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 *)