diff options
| author | Hugo Herbelin | 2017-09-18 18:14:25 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-09-18 20:40:28 +0200 |
| commit | 46a17141e6a19fff9dfeb1ef18cbba054e34e3c3 (patch) | |
| tree | 32abe045a5f5b7a9e452f53c3dd2eeddaa2a75f1 /interp | |
| parent | 26b9ad1d0423f8dc1dbd4d90557469db6a5eaa03 (diff) | |
Reporting locations in error messages about notation formats.
Diffstat (limited to 'interp')
| -rw-r--r-- | interp/ppextend.ml | 2 | ||||
| -rw-r--r-- | interp/ppextend.mli | 2 |
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 |
