summaryrefslogtreecommitdiff
path: root/parsing/syntaxerr.ml
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2011-11-24 08:43:28 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2011-11-24 08:43:28 +0000
commitbf63f916712f981f49ce62aa6ca0a6b1564af603 (patch)
tree451eba2212360b4fa5ab07845f95792efa80c8c3 /parsing/syntaxerr.ml
parentb67f7d43fbbf128fa71996b99df159a6aba7d88b (diff)
parent99451ca83e21bf89b23f230cebf45c77917e1106 (diff)
downloadocaml-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.ml4
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