From: Benjamin Geer <ben@socialtools.net>
To: Gu Nu <gnu04@yahoo.com>
Cc: "caml-list@inria.fr" <caml-list@inria.fr>
Subject: Re: [Caml-list] [newbie] How can I use Stream in toplevel ?
Date: Mon, 28 Jun 2004 20:03:42 +0100 [thread overview]
Message-ID: <40E06B8E.9030407@socialtools.net> (raw)
In-Reply-To: <20040628183935.84910.qmail@web60905.mail.yahoo.com>
Gu Nu wrote:
> Since Stream is not part of the stable core of Object
> Caml, how can I use it in a toplevel?
Streams are supported by Camlp4:
http://caml.inria.fr/camlp4/manual/
# #load "camlp4o.cma" ;;
Camlp4 Parsing version 3.07+2
# #load "pa_o.cmo" ;;
# #load "pa_op.cmo" ;;
# [< >] ;;
- : 'a Stream.t = <abstr>
Please post questions like this to the beginners' list:
http://groups.yahoo.com/group/ocaml_beginners
Ben
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
prev parent reply other threads:[~2004-06-28 19:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-28 18:39 Gu Nu
2004-06-28 19:03 ` Benjamin Geer [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=40E06B8E.9030407@socialtools.net \
--to=ben@socialtools.net \
--cc=caml-list@inria.fr \
--cc=gnu04@yahoo.com \
/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