* ocamlscript and revised syntax
@ 2008-02-14 11:44 SerP
0 siblings, 0 replies; only message in thread
From: SerP @ 2008-02-14 11:44 UTC (permalink / raw)
To: Caml-list
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";
--------------------------------------------------------
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-14 11:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-14 11:44 ocamlscript and revised syntax SerP
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox