caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Gabriel Scherer <gabriel.scherer@gmail.com>
To: Kenichi Asai <asai@is.ocha.ac.jp>
Cc: caml users <caml-list@inria.fr>
Subject: Re: [Caml-list] unmatched paren when using #use in toplevel
Date: Wed, 17 Jun 2015 10:08:43 +0200	[thread overview]
Message-ID: <CAPFanBEY3+Q_mQDXuQBcVXP=m5d9WmcurfOi+khULGxsN31DVg@mail.gmail.com> (raw)
In-Reply-To: <20150617015024.GA62361@pllab.is.ocha.ac.jp>

Could you submit a bug report on the OCaml bug tracker?
  http://caml.inria.fr/mantis/

On Wed, Jun 17, 2015 at 3:50 AM, Kenichi Asai <asai@is.ocha.ac.jp> wrote:
> 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
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs

      reply	other threads:[~2015-06-17  8:09 UTC|newest]

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

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='CAPFanBEY3+Q_mQDXuQBcVXP=m5d9WmcurfOi+khULGxsN31DVg@mail.gmail.com' \
    --to=gabriel.scherer@gmail.com \
    --cc=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).