Re: [Haskell] Classes with no data type

2006-10-10 Thread Chad Scherrer
this? Bob -- ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell End of Haskell Digest, Vol 38, Issue 6 ** -- Chad Scherrer "Time flies like an arrow; fruit flies like a banana&q

Re: [Haskell] ByteString tokens

2006-10-02 Thread Chad Scherrer
quot; == ["bb","c"] -- tokens :: (Word8 -> Bool) -> ByteString -> [ByteString] tokens f = List.filter (not.null) . splitWith f Duncan Ok, I'll just do it that way. Thanks! -- Chad Scherrer "Time flies like an arrow; fruit flies like a banana" -- Grouch

[Haskell] ByteString tokens

2006-10-02 Thread Chad Scherrer
8> :t tokens :1:0: Not in scope: `tokens' Any idea where it went? Thanks, -- Chad Scherrer "Time flies like an arrow; fruit flies like a banana" -- Groucho Marx __

Re: [Haskell] Speed of ByteString.Lazy

2006-06-29 Thread Chad Scherrer
ad On 6/29/06, Robby Findler <[EMAIL PROTECTED]> wrote: Just out of curiosity, did you try "wc -l"?RobbyOn Jun 29, 2006, at 1:18 PM, Chad Scherrer wrote:> I have a bunch of data files where each line represents a data> point. It's nice to be able to quickly tell how many data

[Haskell] Speed of ByteString.Lazy

2006-06-29 Thread Chad Scherrer
xecution time) being much shorter. Thanks, Don! -- Chad Scherrer"Time flies like an arrow; fruit flies like a banana" -- Groucho Marx ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

Re: [Haskell] installing streams library

2006-05-19 Thread Chad Scherrer
Thanks, Bulat. I'm looking forward to trying it out this weekend. Is there any indication what fast IO approach might work its way into the standard libraries? It would be nice for idiomatic Haskell to be really fast by default, and I'd love to be able to show off the language shootout implication

[Haskell] installing streams library

2006-05-19 Thread Chad Scherrer
Cabal manual talks about a .cabal file, which doesn't exist here. Does this follow some standard approach that I'm not familiar with? Where should I look to learn more?Thanks,-- Chad Scherrer"Time flies like an arrow; fruit flies like a banana" -- Groucho Marx _

[Haskell] Re: Haskell Digest, Vol 33, Issue 3

2006-05-09 Thread Chad Scherrer
oved to a distributed-memory system, I'm also not sure to what extent increased latency is taken into account. Thanks, Chad Scherrer"Time flies like an arrow; fruit flies like a banana" -- Groucho Marx ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell