caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: SerP <serp@stork.ru>
To: Caml-list@yquem.inria.fr
Subject: ocamlscript and revised syntax
Date: Thu, 14 Feb 2008 14:44:53 +0300	[thread overview]
Message-ID: <47B429B5.8010301@stork.ru> (raw)

Hello, list.
I'am try to using ocamlscript 2.0.2, and find this bug.

It's work great:
----------------------------------------------------------------
#! /usr/bin/env ocamlscript
Ocaml.revised := true
--
value () = print_endline "Hello word";
---------------------------------------------------------------

But when I'am add Ocaml.packs, revised syntax is switched off.
---------------------------------------------------------------
#! /usr/bin/env ocamlscript
Ocaml.packs := ["extlib"];
Ocaml.revised := true
--
value () = print_endline "Hello word";
--------------------------------------------------------


                 reply	other threads:[~2008-02-14 11:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=47B429B5.8010301@stork.ru \
    --to=serp@stork.ru \
    --cc=Caml-list@yquem.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).