diff options
| author | herbelin | 2008-05-07 09:20:43 +0000 |
|---|---|---|
| committer | herbelin | 2008-05-07 09:20:43 +0000 |
| commit | e1375808e5b924dbc6b10a03c9335557328c7454 (patch) | |
| tree | 3499a2a2b8e9c039c52a1644c4d2718e94bed176 /interp | |
| parent | 376e61185dadea415d6b7d2df45dc7236e901e5b (diff) | |
Mises à jour test-suite + amélioration message d'erreur pour non-bug #1757
+ un error qui devrait être un anomaly
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10893 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp')
| -rw-r--r-- | interp/notation.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/notation.ml b/interp/notation.ml index f3ecbd446f..424cb93ef7 100644 --- a/interp/notation.ml +++ b/interp/notation.ml @@ -288,7 +288,7 @@ let rec find_without_delimiters find (ntn_scope,ntn) = function let declare_notation_level ntn level = if Gmap.mem ntn !notation_level_map then - error ("Notation "^ntn^" is already assigned a level"); + anomaly ("Notation "^ntn^" is already assigned a level"); notation_level_map := Gmap.add ntn level !notation_level_map let level_of_notation ntn = |
