[Haskell-cafe] Replication class

David Feuer david.feuer at gmail.com
Thu Sep 17 18:21:28 UTC 2015


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150917/e471375f/attachment.html>


More information about the Haskell-Cafe mailing list