summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/Zip.hs
Commit message (Expand)AuthorAgeFilesLines
* Add Bifoldable and Bitraversable to baseRyan Scott2016-06-191-0/+6
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+14
* Missing Proxy instances, make U1 instance more Proxy-likeRyanGlScott2016-02-291-0/+7
* Add more type class instances for GHC.GenericsRyanGlScott2016-02-251-0/+15
* Add more MonadZip instancesOleg Grenrus2015-03-171-1/+23
* Revert "Add export lists to some modules."Austin Seipp2015-01-191-1/+1
* Add export lists to some modules.David Feuer2014-12-271-1/+1
* Remove redundant "Minimal complete definition"-commentsHerbert Valerio Riedel2014-11-041-1/+1
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-1/+0
* Add `{-# MINIMAL #-}` annotations to typeclassesHerbert Valerio Riedel2013-09-181-0/+1
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+2
* Add newline to the end of Control/Monad/Zip.hsIan Lynagh2011-07-271-1/+1
* Move the munzip function in the Zip type class;George Giorgidze2011-07-151-4/+10
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* monad comprehensions: Group and Zip monadNils Schweinsberg2011-04-301-0/+46