From: "Makofka, Doug (HT-MS)" <dmakofka@gic.gi.com>
To: Caml-list <caml-list@margaux.inria.fr>
Subject: output_value
Date: Thu, 19 Oct 1995 20:48:00 -0700 (PDT) [thread overview]
Message-ID: <30871CFF@gicpo2.gic.gi.com> (raw)
could someone comment on the difference between:
do_list (output_value chan) ProductionLst
and
output_value chan ProductionLst
I guess what I'm looking for is an output_value statement that will allow
me to say:
let rec IterateProductionList = fun chan ->
(match (input_value chan:ProductionValue) with
t -> SomeCrazyFunctionOnProductionValue t;
IterateProductionList chan
| [] -> ())
;;
thanks in advance,
doug makofka
dmakofka@gic.gi.com
next reply other threads:[~1995-10-20 12:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
1995-10-20 3:48 Makofka, Doug (HT-MS) [this message]
1995-10-20 13:53 ` output_value Christian Boos
1995-10-20 19:18 ` output_value Pierre Weis
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=30871CFF@gicpo2.gic.gi.com \
--to=dmakofka@gic.gi.com \
--cc=caml-list@margaux.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