aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
authorMaxime Dénès2017-09-25 09:51:09 +0200
committerMaxime Dénès2017-09-25 09:51:09 +0200
commitaf900539d3d6c28b6f8f0373934d3a1286e9e44f (patch)
treea5f1467a05b74daef531901fe8cae73cce8ae39b /interp
parent00aa9287eb73ce9f3b41444ed23bc370cde828aa (diff)
parent46a17141e6a19fff9dfeb1ef18cbba054e34e3c3 (diff)
Merge PR #1057: Reporting locations in error messages about notation formats.
Diffstat (limited to 'interp')
-rw-r--r--interp/ppextend.ml2
-rw-r--r--interp/ppextend.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/interp/ppextend.ml b/interp/ppextend.ml
index 3ebc9b71d2..ce19dd8a92 100644
--- a/interp/ppextend.ml
+++ b/interp/ppextend.ml
@@ -36,5 +36,5 @@ type unparsing =
| UnpListMetaVar of int * parenRelation * unparsing list
| UnpBinderListMetaVar of int * bool * unparsing list
| UnpTerminal of string
- | UnpBox of ppbox * unparsing list
+ | UnpBox of ppbox * unparsing Loc.located list
| UnpCut of ppcut
diff --git a/interp/ppextend.mli b/interp/ppextend.mli
index 6ff5a42728..7b62a2074b 100644
--- a/interp/ppextend.mli
+++ b/interp/ppextend.mli
@@ -29,5 +29,5 @@ type unparsing =
| UnpListMetaVar of int * parenRelation * unparsing list
| UnpBinderListMetaVar of int * bool * unparsing list
| UnpTerminal of string
- | UnpBox of ppbox * unparsing list
+ | UnpBox of ppbox * unparsing Loc.located list
| UnpCut of ppcut