diff options
Diffstat (limited to 'parsing/syntaxerr.mli')
-rw-r--r-- | parsing/syntaxerr.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/syntaxerr.mli b/parsing/syntaxerr.mli index dba7f2902..4e9679926 100644 --- a/parsing/syntaxerr.mli +++ b/parsing/syntaxerr.mli @@ -18,6 +18,7 @@ open Format type error = Unclosed of Location.t * string * Location.t * string + | Applicative_path of Location.t | Other of Location.t exception Error of error |