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/pattern.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/pattern.mli')
| -rw-r--r-- | pretyping/pattern.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/pattern.mli b/pretyping/pattern.mli index 4093f5e110..2ecb85ba4a 100644 --- a/pretyping/pattern.mli +++ b/pretyping/pattern.mli @@ -40,7 +40,7 @@ type constr_pattern = | PSort of rawsort | PMeta of patvar option | PIf of constr_pattern * constr_pattern * constr_pattern - | PCase of (case_style * int array * inductive option * int option) + | PCase of (case_style * int array * inductive option * (int * int) option) * constr_pattern * constr_pattern * constr_pattern array | PFix of fixpoint | PCoFix of cofixpoint |
