Moving basic functions

Edward Kmett ekmett at gmail.com
Sun Apr 7 04:26:08 CEST 2013


+1 for me


On Sat, Apr 6, 2013 at 12:51 PM, Evan Laforge <qdunkan at gmail.com> wrote:

> > 1. Add the infixl 4 operator "($>) = flip (<$)" to Data.Functor.
> >
> > 2. Move Control.Monad.void to Data.Functor, and reexport it from
> > Control.Monad for compatibility.
> > (Foreign.Marshal.Error.void is redundant, but should be kept as it is
> > only marked as deprecated for half a year.)
>
> One addition:
>
> Foreign.Marshal.Error.void should also be a re-export.  This shouldn't
> break anyone's code, but would mean that people typing 'import
> Control.Monad; import Foreign' can use void without having to hide one
> or the other.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/libraries/attachments/20130406/a77e7d86/attachment.htm>


More information about the Libraries mailing list