summaryrefslogtreecommitdiff
path: root/libraries/base/Control
Commit message (Expand)AuthorAgeFilesLines
* Fix doc typos in libraries/basetocic2023-04-233-4/+4
* Fixes to accomodate Data.List.{head,tail} with {-# WARNING #-}Bodigrim2023-03-301-2/+5
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-061-1/+1
* Refactor mkRuntimeErrorSimon Peyton Jones2022-12-221-6/+11
* Add Javascript backendSylvain Henry2022-11-291-2/+33
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-212-2/+2
* Add native delimited continuations to the RTSAlexis King2022-09-111-1/+22
* Replace dead link in Haddock documentation of Control.Monad.Fail (fixes #21602)BinderDavid2022-05-261-1/+1
* Explain that 'fail s' should run in the monad itselfTom Ellis2022-05-051-0/+4
* remove MonadFail instances of STArtem Pelenitsyn2022-03-051-4/+0
* Make modules in base stable.Hécate Moonlight2022-02-2817-17/+17
* Fix a few Note inconsistenciesBen Gamari2022-02-014-6/+4
* Define returnA = idOleg Grenrus2021-09-061-1/+1
* Added a hopefully clarificatory sentence about the notion of "atomicity" pres...Adrien2021-07-131-5/+13
* Small ZipList optimisationViktor Dukhovni2021-06-071-2/+6
* Additionally export asum from Control.ApplicativeOleg Grenrus2021-03-301-1/+2
* Move absentError into ghc-prim.Andreas Klebinger2021-02-261-3/+3
* Apply 1 suggestion(s) to 1 file(s)Marcin Szamotulski2021-02-131-7/+15
* Improve bracket documentationMarcin Szamotulski2021-02-131-0/+8
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-272-0/+12
* 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