Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* output_value
@ 1995-10-20  3:48 Makofka, Doug (HT-MS)
  1995-10-20 13:53 ` output_value Christian Boos
  1995-10-20 19:18 ` output_value Pierre Weis
  0 siblings, 2 replies; 3+ messages in thread
From: Makofka, Doug (HT-MS) @ 1995-10-20  3:48 UTC (permalink / raw)
  To: Caml-list




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

  




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1995-10-20 19:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-10-20  3:48 output_value Makofka, Doug (HT-MS)
1995-10-20 13:53 ` output_value Christian Boos
1995-10-20 19:18 ` output_value Pierre Weis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox