diff options
| author | herbelin | 2007-03-15 16:36:15 +0000 |
|---|---|---|
| committer | herbelin | 2007-03-15 16:36:15 +0000 |
| commit | 3636d52354226848ef89fbe4539cfa4e5daaa170 (patch) | |
| tree | 5aaffe68b3e99966e74a06002f96cd719d8a5465 /pretyping/inductiveops.mli | |
| parent | bda9e8da3320c3d54be356878c8d8cd9b3caec11 (diff) | |
Suppression argument pattern_source du case_info (code jamais utilisé)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9707 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/inductiveops.mli')
| -rw-r--r-- | pretyping/inductiveops.mli | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pretyping/inductiveops.mli b/pretyping/inductiveops.mli index 8285b81670..3cc24a184f 100644 --- a/pretyping/inductiveops.mli +++ b/pretyping/inductiveops.mli @@ -105,9 +105,11 @@ val arity_of_case_predicate : val type_case_branches_with_names : env -> inductive * constr list -> unsafe_judgment -> constr -> types array * types -val make_case_info : - env -> inductive -> case_style -> pattern_source array -> case_info +val make_case_info : env -> inductive -> case_style -> case_info + +(*i Compatibility val make_default_case_info : env -> case_style -> inductive -> case_info +i*) (********************) val control_only_guard : env -> types -> unit |
