Discussion: name for reversing fromList in Data.Sequence
David Feuer
david.feuer at gmail.com
Thu Sep 1 17:32:50 UTC 2016
I'd like to add a function
fromListReversing :: [a] -> Seq a
to Data.Sequence, with
fromListReversing
= reverse . fromList
= fromList . reverse
I don't know just what to call this function, however.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/libraries/attachments/20160901/17022d46/attachment.html>
More information about the Libraries
mailing list