diff options
| author | herbelin | 2006-04-27 22:22:15 +0000 |
|---|---|---|
| committer | herbelin | 2006-04-27 22:22:15 +0000 |
| commit | 1919b8adc78291b534a611f7bac2874207cb21cb (patch) | |
| tree | c512a78ceda5301f760a8f1fabbeaf3fe82296d2 /pretyping/inductiveops.mli | |
| parent | 7b4b2dc4c80a6172692c321468edf46564ae40fb (diff) | |
- Distinction explicite des parties paramètres et arguments dans le type
des inductifs de la clause "in" du filtrage.
- Débogage et extension du parseur xml (g_xml.ml4)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8755 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/inductiveops.mli')
| -rw-r--r-- | pretyping/inductiveops.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pretyping/inductiveops.mli b/pretyping/inductiveops.mli index 91425fe79a..b4acaafbb8 100644 --- a/pretyping/inductiveops.mli +++ b/pretyping/inductiveops.mli @@ -60,7 +60,8 @@ val mis_constructor_nargs_env : env -> constructor -> int val constructor_nrealargs : env -> constructor -> int val constructor_nrealhyps : env -> constructor -> int -val inductive_nargs : env -> inductive -> int +(* Return number of expected parameters and of expected real arguments *) +val inductive_nargs : env -> inductive -> int * int type constructor_summary = { cs_cstr : constructor; |
