diff options
Diffstat (limited to 'parsing/syntaxerr.ml')
-rw-r--r-- | parsing/syntaxerr.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/syntaxerr.ml b/parsing/syntaxerr.ml index 5b37456a1..919e820f7 100644 --- a/parsing/syntaxerr.ml +++ b/parsing/syntaxerr.ml @@ -13,7 +13,7 @@ (* Auxiliary type for reporting syntax errors *) -open Format +open Formatmsg type error = Unclosed of Location.t * string * Location.t * string |