[Haskell-cafe] Replication class

David Feuer david.feuer at gmail.com
Fri Sep 18 00:54:52 UTC 2015


That class has a lot of other things in it too, and does not offer
replicateA.
On Sep 17, 2015 7:49 PM, "Andrew Morris" <lists at andy-morris.xyz> wrote:

> mono-traversable has Data.Sequences.IsSequence, but it “should be
> considered highly experimental”.
>
>
> http://hackage.haskell.org/package/mono-traversable/docs/Data-Sequences.html
>
> > On 17 Sep 2015, at 19:21, David Feuer <david.feuer at gmail.com> wrote:
> >
> > A number of types support some version of replication. Lists and vectors
> offer replicateM, while sequences have replicateA (the same thing, but
> generalized to Applicative). Is there, or should there be, a class for
> structures that support this operation?
> >
> > _______________________________________________
> > Haskell-Cafe mailing list
> > Haskell-Cafe at haskell.org
> > http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150917/3674787e/attachment-0001.html>


More information about the Haskell-Cafe mailing list