diff options
author | Samuel Mimram <smimram@debian.org> | 2007-02-13 13:48:12 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2007-02-13 13:48:12 +0000 |
commit | 7f076db2a924377e9de3f9a6d838b8c44ed2e16d (patch) | |
tree | e075c526532a227c83d951c9dff8c944ea0c4d15 /kernel/inductive.mli | |
parent | 2a14f39fdfa80b021227396b22e38ed7c35356df (diff) | |
parent | 55ce117e8083477593cf1ff2e51a3641c7973830 (diff) |
Merge commit 'upstream/8.1+dfsg' into 8.1
Diffstat (limited to 'kernel/inductive.mli')
-rw-r--r-- | kernel/inductive.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/inductive.mli b/kernel/inductive.mli index b9d0f984..58343dab 100644 --- a/kernel/inductive.mli +++ b/kernel/inductive.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: inductive.mli 9314 2006-10-29 20:11:08Z herbelin $ i*) +(*i $Id: inductive.mli 9421 2006-12-08 16:00:53Z barras $ i*) (*i*) open Names @@ -106,5 +106,5 @@ type guard_env = } val subterm_specif : guard_env -> constr -> subterm_spec -val case_branches_specif : guard_env -> constr -> inductive -> +val case_branches_specif : guard_env -> subterm_spec -> inductive -> constr array -> (guard_env * constr) array |