caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Kenichi Asai <asai@is.ocha.ac.jp>
To: caml-list@inria.fr
Subject: [Caml-list] unmatched paren when using #use in toplevel
Date: Wed, 17 Jun 2015 10:50:24 +0900	[thread overview]
Message-ID: <20150617015024.GA62361@pllab.is.ocha.ac.jp> (raw)

When I have a file with unmatched parenthesis:

test.ml:
1 + (2 * 3

and include it using #use, the ocaml toplevel says:

% ocaml
        OCaml version 4.02.1

# #use "test.ml";;
Syntax error: ')' expected, the highlighted '(' might be unmatched
#

with underline at the space immediately after "#use", but it should
show a file name, line number, and characters.  In case of a type
error:

test.ml:
1 + (2 *. 3)

% ocaml
        OCaml version 4.02.1

# #use "test.ml";;
File "test.ml", line 1, characters 5-6:
Error: This expression has type int but an expression was expected of type
         float
#

It displays the place of the error correctly.  (In OCaml 3.12.1, both
worked fine.)

Sincerely,

-- 
Kenichi Asai

             reply	other threads:[~2015-06-17  1:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-17  1:50 Kenichi Asai [this message]
2015-06-17  8:08 ` Gabriel Scherer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150617015024.GA62361@pllab.is.ocha.ac.jp \
    --to=asai@is.ocha.ac.jp \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).