aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/extraction/table.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-02-21 03:22:42 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-02-21 03:22:42 +0000
commit07c737eccfd766300be275f949ab7b9f74e67937 (patch)
tree5b39eb7185884a32c3139e7259e3b2b36c3f7cbd /contrib/extraction/table.mli
parentcee9e38c3f2d6e1e639c7e6d63fed25c771115a9 (diff)
bugs/améliorations trouvés via FTA
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3688 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/table.mli')
-rw-r--r--contrib/extraction/table.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/extraction/table.mli b/contrib/extraction/table.mli
index 413fa8ed3..e4169a9bf 100644
--- a/contrib/extraction/table.mli
+++ b/contrib/extraction/table.mli
@@ -62,9 +62,10 @@ val lookup_ind : kernel_name -> ml_ind
val add_recursors : Environ.env -> kernel_name -> unit
val is_recursor : global_reference -> bool
-val add_record : kernel_name -> global_reference list -> unit
+val add_record : kernel_name -> int -> global_reference list -> unit
val find_projections : kernel_name -> global_reference list
val is_projection : global_reference -> bool
+val projection_arity : global_reference -> int
val add_aliases : module_path -> module_path -> unit
val long_mp : module_path -> module_path