From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id JAA09525; Wed, 10 Jul 2002 09:13:50 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id JAA09299 for ; Wed, 10 Jul 2002 09:13:45 +0200 (MET DST) Received: from vestra.bendery.md (vestra.bendery.md [193.220.55.58]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g6A7Ddn10230 for ; Wed, 10 Jul 2002 09:13:40 +0200 (MET DST) Received: from vestra.bendery.md (vestra.bendery.md [193.220.55.58]) by vestra.bendery.md (8.9.3/8.9.3) with ESMTP id KAA27875 for ; Wed, 10 Jul 2002 10:26:58 +0300 Date: Wed, 10 Jul 2002 10:26:58 +0300 (EEST) From: dmitry grebeniuk To: caml-list@inria.fr Subject: [Caml-list] custom channels Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello. I want to ask Caml developers about one feature... Can you officially describe (in the next OCaml package, for example) the creating of channels with custom input/output/..etc.. functions? (C or Caml interface - it doesn't matter) It is very useful since many OCaml 'standart' functions work with channels, and I don't want to write my own code instead of these functions. Of course, I can dig in the source code and find the channel definitions, but _documented_ channel-creating interface will be helpful not only for me. Bye. ------------------- 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