summaryrefslogtreecommitdiff
path: root/libraries/base/Control
Commit message (Expand)AuthorAgeFilesLines
* Change replicateM doctest exampleOleg Grenrus2021-01-221-4/+13
* Remove references to ApplicativeDo in the base haddocksHécate2021-01-131-26/+11
* Correct doctestsOleg Grenrus2021-01-022-5/+12
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-234-4/+4
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-052-11/+10
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-151-0/+30
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-252-4/+4
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-5/+1
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-082-4/+4
* Add an INLINE pragma to Control.Category.>>>Alexis King2020-04-121-0/+64
* Add an example to liftIO and explain its purposeHécate2020-04-091-0/+34
* Fix haddock formatting in Control.Monad.ST.Lazy.Imp.hsMaxim Koltsov2020-04-031-3/+3
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-311-6/+5
* Base: add markup around ExceptTristan Cacqueray2020-03-251-1/+1
* Base: add Control.Applicative optional exampleTristan Cacqueray2020-03-251-0/+17
* Fix typo in documentation of Base.hs.Matthias Braun2019-12-051-1/+1
* base: Ensure that failIO isn't SOURCE importedBen Gamari2019-11-011-2/+1
* Use an IORef for QSemNDavid Feuer2019-10-231-39/+51
* base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Ge...Fumiaki Kinoshita2019-07-281-0/+43
* Added do-notation examples for Functor, Applicative and Monad combinators.Baldur Blöndal2019-07-201-0/+32
* Data.Ord: give a field name getDown to DownFumiaki Kinoshita2019-06-181-1/+0
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-1/+1
* base: Include (<$) in all exports of FunctorSimon Jakobi2019-05-271-1/+1
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-222-4/+3
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-155-7/+7
* base: Allow fusion for zip7 and relatedAlexandre2019-02-241-0/+2
* Add comments about how zip fusionSimon Peyton Jones2019-02-201-0/+4
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-062-2/+2
* make QSem and QSemN newtypeschessai2018-12-172-5/+2
* Doc-only fixesAlec Theriault2018-11-224-20/+18
* 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