
5 Dec
2014
5 Dec
'14
10:33 p.m.
Hi, Am Freitag, den 05.12.2014, 14:09 -0800 schrieb Eric Mertens:
Would it be significantly better than just having/using the following definition?
unzipF :: Functor f => f (a, b) -> (f a, f b) unzipF x = (fmap fst x, fmap snd x)
yes, I guess that would be sufficient. Something for Data.Functor? Greetings, Joachim -- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0xF0FBF51F Debian Developer: nomeata@debian.org