Re: [Haskell] Types of when and unless in Control.Monad

2012-04-21 Thread Strake
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

Re: [Haskell] ANNOUNCE: curlhs-0.0.1, bindings to libcurl

2012-04-19 Thread Strake
'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,

Re: [Haskell] ANNOUNCE: curlhs-0.0.1, bindings to libcurl

2012-04-14 Thread Strake
/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