On 21/04/2012, Andreas Abel wrote:
> to avoid silly "return ()" statements like in
>
>when cond $ do
> monadicComputationWhoseResultIWantToDiscard
> return ()
(when cond ∘ void) monadicComputationWhoseResultIWantToDiscard
or
when cond $ () <$ monadicComputationWhoseResultIWantToDisc
's API (this could be done at the higher level). Thanks
> to that it will be possible among others to take advantage of the
> existing documentation, tutorials, examples etc.
Ah. If I read that right, you mean that old curl binds are not true
enough to the original curl interface.
Cheers,
/hackage.haskell.org/package/curl
It seems to me much easier to use.
Cheers,
strake
___
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell