Proposal: Add splitL and splitR to container’s Map APIs
Joachim Breitner
mail at joachim-breitner.de
Mon Feb 20 22:20:09 UTC 2017
Hi,
Am Dienstag, den 31.01.2017, 14:44 -0500 schrieb Joachim Breitner:
> splitL :: Ord k => k -> Map k a -> (Map k a, Map k a)
> splitR :: Ord k => k -> Map k a -> (Map k a, Map k a)
>
> Corresponding issue: https://github.com/haskell/containers/issues/387
> Discussion period: 2 weeks (until Feb 14).
the discussion showed the existence of spanAntitone, which is better,
and no further interest was raised in this. I therefore conclude the
discussion period with “no, we ain’t gonna take it”
Greetings,
Joachim
--
Joachim “nomeata” Breitner
mail at joachim-breitner.de • https://www.joachim-breitner.de/
XMPP: nomeata at joachim-breitner.de • OpenPGP-Key: 0xF0FBF51F
Debian Developer: nomeata at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://mail.haskell.org/pipermail/libraries/attachments/20170220/339acde2/attachment.sig>
More information about the Libraries
mailing list