From: Nicolas C. <war...@fr...> - 2003-06-03 01:21:43
|
> > Thanks, I get the same results on the windows MSVC version of OCaml. The > > None/Some approach is really slow. > > (BTW, I resolved Brian problem with having Enum exported next different from > > imported one by renaming exported "next" to "peek") > > Nope. Just moved it around. "peek" to me doesn't have side effects. > I'll think on names for a bit. True. I was thinking that the peek function of Stream was actualy removing it but after re-reading the documentation, it doesn't. What about "get" then ? Nicolas |