aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--interp/symbols.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/symbols.ml b/interp/symbols.ml
index d1d2d0c84..148b65fd1 100644
--- a/interp/symbols.ml
+++ b/interp/symbols.ml
@@ -289,7 +289,7 @@ let rec interp_notation ntn scopes =
if pp8only then raise Not_found;
pat in
try find_interpretation f (List.fold_right push_scope scopes !scope_stack)
- with Not_found -> error ("Unknown interpretation for notation "^ntn)
+ with Not_found -> error ("Unknown interpretation for notation \""^ntn^"\"")
let uninterp_notations c =
Gmapl.find (rawconstr_key c) !notations_key_table