summaryrefslogtreecommitdiff
path: root/libraries/base/Control
Commit message (Expand)AuthorAgeFilesLines
* docs: "state transformer" -> "state monad" / "ST" (whichever is meant)Artem Pelenitsyn2018-08-215-12/+12
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-218-22/+25
* Harden fixSTDavid Feuer2018-07-212-4/+54
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-192-0/+15
* Tweak wording in documentationVictor Nawothnig2018-06-191-2/+3
* Unmask readMVar in readChanDavid Feuer2018-05-291-10/+1
* base: Introduce Data.Monoid.Apchessai2018-05-271-1/+5
* Fix #15038Ömer Sinan Ağacan2018-05-101-1/+5
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-022-5/+17
* Various documentation improvementsSergey Vinokurov2018-02-141-2/+2
* Kill off irrefutable pattern errorsDavid Feuer2018-01-151-3/+2
* Fix mistaken mergeBen Gamari2018-01-121-22/+15
* Improve Control.Monad docsNathan Collins2018-01-021-1/+31
* Reformat Control.Monad.mfilter docsNathan Collins2018-01-021-6/+19
* fdReady: Use C99 bools / CBool in signatureNiklas Hambüchen2017-12-111-7/+7
* Improve Control.Monad.guard and Control.Monad.MonadPlus docsNathan Collins2017-12-111-2/+41
* Fixed misprint 'aqcuired'Kirill Zaborsky2017-12-112-2/+2
* base: fdReady(): Fix timeouts > ~49 days overflowing. Fixes #14262.Niklas Hambüchen2017-11-241-5/+3
* change example from msum to mfilterJulie Moronuki2017-11-031-2/+2
* Fix documentation and comment issuesCyd Parser2017-11-031-1/+1
* Add custom exception for fixIODavid Feuer2017-11-021-0/+1
* base: Remove deprecated Chan combinatorsBen Gamari2017-10-031-23/+2
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-042-1/+16
* Loads of doc(test)sDavid Luposchainsky2017-08-171-15/+15
* Mention the category laws explicitlyDavid Luposchainsky2017-08-171-2/+7
* Add forgotten > in Control.ApplicativeOleg Grenrus2017-08-061-1/+1
* Fix minor typoIsmail2017-07-111-1/+1
* Fix paper link in MVar docs [ci skip]Ömer Sinan Ağacan2017-07-021-1/+1
* Typos in comments and manual [ci skip]Gabor Greif2017-06-281-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-6/+6
* Improve `readChan` documentation:Ömer Sinan Ağacan2017-04-101-1/+7
* Add Alternative instance for ZipList (fix #13520).Edvard Hübinette2017-04-041-1/+6
* Make unsafeInterleaveST less unsafeDavid Feuer2017-03-222-1/+4
* Elaborate further on ZipList Applicative docsChris Martin2017-03-131-5/+13
* add example documentation for tuple ApplicativeGinBaby2017-03-061-1/+1
* Typos in comments and manualGabor Greif2017-03-061-1/+1
* Change catch# demand signatureDavid Feuer2017-03-012-40/+1
* Add instances for (:~~:) mirroring those for (:~:)Ryan Scott2017-02-231-0/+5
* Add liftA2 to Applicative classDavid Feuer2017-02-052-3/+20
* Attempt to make lazy ST thread safeDavid Feuer2017-02-031-24/+118
* Generalize the type of runRW#David Feuer2017-01-251-2/+1
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-072-0/+2
* Typos in commentsGabor Greif2016-12-011-1/+1
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-241-6/+6
* Add Bifoldable and Bitraversable to baseRyan Scott2016-06-191-0/+6
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-0610-0/+82
* Typos in NoteJoachim Breitner2016-04-101-8/+5
* Add doc to (<=<) comparing its type to (.)Chris Martin2016-04-101-1/+6
* Provide an optimized replicateM_ implementation #11795Michael Snoyman2016-04-101-5/+38
* base: Document caveats about Control.Concurrent.ChanErik de Castro Lopo2016-03-291-0/+5