summaryrefslogtreecommitdiff
path: root/libraries/base/Data
Commit message (Expand)AuthorAgeFilesLines
* base: Various haddock fixesBen Gamari2019-10-311-3/+3
* Use `not#` primitive to implement Word's complementSylvain Henry2019-10-291-3/+1
* base: Document the fact that Typeable is automatically "derived"Ben Gamari2019-10-081-0/+4
* Add Monad instances to `(,,) a b` and `(,,,) a b c`Fumiaki Kinoshita2019-10-041-0/+2
* Do not rely on CUSKs in 'base'Vladislav Zavialov2019-09-302-3/+8
* base: Move Ix typeclass to GHC.IxBen Gamari2019-09-254-4/+4
* Added do-notation examples for Functor, Applicative and Monad combinators.Baldur Blöndal2019-07-202-0/+31
* Create {Int,Word}32RepJohn Ericson2019-07-171-0/+2
* base: Data.Fixed: make HasResolution poly-kinded (#10055, #15622)Ashley Yakeley2019-07-131-6/+13
* Add more newtype-derived instances to Data.Ord.DownFumiaki Kinoshita2019-06-181-4/+22
* Data.Ord: give a field name getDown to DownFumiaki Kinoshita2019-06-181-3/+19
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-142-2/+6
* remove backticks from markup - it doesn't mean what I think it meanscode5hot2019-06-071-1/+1
* Used terminology from a paper. Added it as a reference.code5hot2019-06-071-3/+4
* Update Traversable.hs with a note about an intuitive lawcode5hot2019-06-071-1/+7
* Implement (Functor.<$) for Data.Functor.{Compose,Product,Sum}Simon Jakobi2019-05-313-0/+5
* base: Include (<$) in all exports of FunctorSimon Jakobi2019-05-271-2/+1
* Fix doc for Data.Function.fix.Javran Cheng2019-05-211-1/+1
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-05-031-2/+2
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-04-173-32/+32
* Add support for bitreverse primopAlexandre2019-04-011-0/+3
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-2/+2
* Fix typo [skip ci]Alexandre Esteves2019-03-211-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-154-7/+7
* base: Allow fusion for zip7 and relatedAlexandre2019-02-241-0/+28
* Add a changelog for base 4.14.0.0Langston Barrett2019-02-081-1/+1
* TestEquality instance for ComposeLangston Barrett2019-02-081-1/+13
* Compile count{Leading,Trailing}Zeros to corresponding x86_64 instructions und...Dmitry Ivanov2019-01-301-0/+8
* Revert "Batch merge"Ben Gamari2019-01-301-8/+0
* Batch mergeBen Gamari2019-01-301-0/+8
* A few typofixesGabor Greif2019-01-232-3/+3
* Error out of invalid Int/Word bit shiftsAlec Theriault2019-01-231-6/+16
* Minor typo in docs for KProxyJoachim Breitner2019-01-231-1/+1
* Improve clarity of documentation for maybeToListSteve Hart2019-01-161-1/+1
* Revert "Fix typo in maybeToList documentation"Steve Hart2019-01-161-1/+1
* Fix typo in maybeToList documentationSteve Hart2019-01-161-1/+1
* Remove from `base` obsolete CPP for `integer-gmp`Alec Theriault2019-01-161-54/+0
* Fix precedence handling for Data.Fixed's Show instance (#16031)Sven Tennie2019-01-061-1/+1
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-181-6/+6
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-131-13/+17
* Fix broken link in comment (#16010)Sven Tennie2018-12-131-1/+1
* Fix typo in Foldable docsSimon Jakobi2018-12-071-1/+1
* Add fusion rules for the zipWith functions in base (#15263)Tobias Decking2018-12-061-0/+142
* Add missing since annotationsVictor Nawothnig2018-11-291-0/+18
* Fix unused-import warningsDavid Eichmann2018-11-226-12/+0
* Doc-only fixesAlec Theriault2018-11-229-74/+56
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-171-0/+2
* Add Int8# and Word8#Michal Terepeta2018-11-021-1/+3
* Data.Maybe: add callstack for fromJust (Trac #15559)Fangyi Zhou2018-11-011-2/+3
* Fix docs typo in Bitraversable composition lawMark Seemann2018-10-301-1/+1