aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/cases.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-13 23:52:26 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-13 23:52:26 +0000
commitc071f0790684e0d144433c36b4e52515f6331174 (patch)
tree7048761091d20a2a5adf6331bf5ec5872812a8cd /pretyping/cases.mli
parent989e3d5eb6c6f9f07b95ae40e655d72a7af9dbc1 (diff)
Mise en place d'un test de clauses non utilisees
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1589 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/cases.mli')
-rw-r--r--pretyping/cases.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/cases.mli b/pretyping/cases.mli
index acd9f3089..a7dddb5cb 100644
--- a/pretyping/cases.mli
+++ b/pretyping/cases.mli
@@ -24,7 +24,7 @@ type pattern_matching_error =
| WrongNumargConstructor of constructor_path * int
| WrongPredicateArity of constr * constr * constr
| NeedsInversion of constr * constr
- | RedundantClause of cases_pattern list
+ | UnusedClause of cases_pattern list
| NonExhaustive of cases_pattern list
exception PatternMatchingError of env * pattern_matching_error