diff options
| author | corbinea | 2009-10-27 08:57:43 +0000 |
|---|---|---|
| committer | corbinea | 2009-10-27 08:57:43 +0000 |
| commit | 722d0c21cb2f8da64b1c54f854c8dc401edd25e6 (patch) | |
| tree | af03835e2fd8129ff0996438d8a342a4c8a5f4c8 /proofs/decl_mode.mli | |
| parent | 6fd4d51576b2298b0a8c9cf3d18b47e57f5083b8 (diff) | |
fixed czar bug with parametric inductives
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12423 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/decl_mode.mli')
| -rw-r--r-- | proofs/decl_mode.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/decl_mode.mli b/proofs/decl_mode.mli index e225c828d2..734dc04421 100644 --- a/proofs/decl_mode.mli +++ b/proofs/decl_mode.mli @@ -33,7 +33,7 @@ type split_tree= | Split_patt of Idset.t * inductive * (bool array * (Idset.t * split_tree) option) array | Close_patt of split_tree - | End_patt of (identifier * int) + | End_patt of (identifier * (int * int)) type elim_kind = EK_dep of split_tree |
