
1 May
2007
1 May
'07
6:24 a.m.
Hi,
Just a small comment on one of the comments.
On 5/1/07, ajb@spamcop.net
Also, rather than this:
add :: Bloom a -> a -> Bloom a
a better argument order is this:
insert :: a -> Bloom a -> Bloom a
That way, you can use it with foldr.
Hmmm. If you want to create a Bloom using a fold wouldn't it make more sense to use foldl'? I think the argument order is fine. Cheers, Josef