Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: bobzhang <bobzhang1988@gmail.com>
To: Wojciech Meyer <wojciech.meyer@googlemail.com>
Cc: Caml List <caml-list@inria.fr>
Subject: [Caml-list] Re: How to add a hook to Stream.junk?
Date: Tue, 20 Nov 2012 21:58:21 -0500	[thread overview]
Message-ID: <50AC434D.8080508@gmail.com> (raw)
In-Reply-To: <wf8v9vwxf0.fsf@gmail.com>

On 11/20/12 8:35 PM, Wojciech Meyer wrote:
> bob zhang <bobzhang1988@gmail.com> writes:
>

>> Hi List,
>>     Does anyone know any trick to add a hook to Stream.junk,  I have
>> tried different ways,  but did not find any solution, yet
>> I want to trigger an action each time when I junk a token from the
>> stream. (copy the whole file from stdlib is fine, but I don't
>> know how to make the type checker happy :-()
>> --
>> Regards
>> -- Bob
>
Greetings,
> You can parametrise the Stream.t type with your desired type and the
> hook.
>
> Then you can substitute type using destructive substitution of a type:
>
> module Stream : module type of Stream with type 'elt t := ('hook, 'elt)
> CustomStream.t = Stream
>
> Finally you can implement your own CustomStream.junk function that
> operates on the parametrised type and include the CustomStream module.
>
> This should work, but I've not tested or compiled it.
>
Stream specialized on char stream :-(

> --
> Wojciech Meyer
> http://danmey.org
>


  reply	other threads:[~2012-11-21  2:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-21  1:07 [Caml-list] " bob zhang
2012-11-21  1:35 ` Wojciech Meyer
2012-11-21  2:58   ` bobzhang [this message]
2012-11-21  3:37     ` [Caml-list] " Wojciech Meyer
2012-11-21  3:05   ` [Caml-list] " Francois Berenger
2012-11-21  3:34     ` Wojciech Meyer
2012-11-21  3:39       ` [Caml-list] " bobzhang
2012-11-21  3:45         ` Wojciech Meyer

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=50AC434D.8080508@gmail.com \
    --to=bobzhang1988@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=wojciech.meyer@googlemail.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