diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2011-11-24 08:43:28 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2011-11-24 08:43:28 +0000 |
commit | bf63f916712f981f49ce62aa6ca0a6b1564af603 (patch) | |
tree | 451eba2212360b4fa5ab07845f95792efa80c8c3 /parsing/syntaxerr.ml | |
parent | b67f7d43fbbf128fa71996b99df159a6aba7d88b (diff) | |
parent | 99451ca83e21bf89b23f230cebf45c77917e1106 (diff) | |
download | ocaml-gadts-devel.tar.gz |
merge trunkgadts-devel
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/gadts-devel@11283 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'parsing/syntaxerr.ml')
-rw-r--r-- | parsing/syntaxerr.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parsing/syntaxerr.ml b/parsing/syntaxerr.ml index b0fda3695b..29f0deb3aa 100644 --- a/parsing/syntaxerr.ml +++ b/parsing/syntaxerr.ml @@ -37,7 +37,9 @@ let report_error ppf = function Location.print_error opening_loc opening end | Applicative_path loc -> - fprintf ppf "%aSyntax error: applicative paths of the form F(X).t are not supported when the option -no-app-func is set." + fprintf ppf + "%aSyntax error: applicative paths of the form F(X).t \ + are not supported when the option -no-app-func is set." Location.print_error loc | Other loc -> fprintf ppf "%aSyntax error" Location.print_error loc |