summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Generics.hs
Commit message (Expand)AuthorAgeFilesLines
* Add Generic tuple instances up to 15Andrzej Rybczak2021-02-161-0/+48
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-0/+7
* Use EmptyCase instead of undefined in Generics exampleAsad Saeeduddin2021-01-021-6/+6
* Unification of Nat and NaturalsHaskellMouse2020-10-131-1/+1
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-2/+0
* Update `base` packageSylvain Henry2020-06-171-2/+2
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-251-70/+23
* base: Add Generic instances to various datatypes under GHC.*Fumiaki Kinoshita2020-05-211-0/+11
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-081-23/+70
* base: Move Ix typeclass to GHC.IxBen Gamari2019-09-251-1/+1
* Revert "Add Generic tuple instances up to 15-tuple" #16688David Eichmann2019-05-231-48/+0
* Add Generic tuple instances up to 15-tupleOleg Grenrus2019-05-101-0/+48
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+1
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-27/+23
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-191-0/+7
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-25/+25
* Add Applicative, Semigroup, and Monoid instances in GHC.GenericsLysxia2018-03-021-1/+58
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-20/+190
* Implement the EmptyDataDeriving proposalRyan Scott2017-11-021-6/+9
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-041-1/+3
* Document the Generic(1) lawsRyan Scott2017-09-021-2/+16
* Make the Read instance for Proxy (and friends) ignore precedenceRyan Scott2017-08-221-3/+2
* Add a caveat to the GHC.Generics examples about :+: nestingRyan Scott2017-07-241-22/+30
* Typos in comments and manualGabor Greif2017-03-061-1/+1
* Add liftA2 to Applicative classDavid Feuer2017-02-051-21/+18
* Fix mismatched tick in GHC.Generics documentationRyan Scott2017-01-301-1/+1
* Remove use of KProxy in GHC.GenericsRyan Scott2016-06-201-23/+22
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+70
* Make Generic1 poly-kindedRyanGlScott2016-05-121-47/+68
* Missing Proxy instances, make U1 instance more Proxy-likeRyanGlScott2016-02-291-10/+24
* GHC.Generics: Ensure some, many for U1 don't bottomBen Gamari2016-02-261-0/+3
* Add more type class instances for GHC.GenericsRyanGlScott2016-02-251-23/+101
* Missing @since annotations in GHC.Genericswip/gadtpm-prefix-treeRyanGlScott2016-01-311-0/+28
* Minor doc fixes to GHC.GenericsRyanGlScott2016-01-311-5/+23
* Split off -Wunused-type-variables from -Wunused-matchesRyanGlScott2016-01-261-14/+14
* GHC.Generics: Fix documentationBen Gamari2016-01-141-1/+1
* Encode strictness in GHC generics metadataRyanGlScott2015-12-211-45/+238
* Warn about unused type variables in type familiesMichał Sośnicki2015-12-211-9/+9
* Use TypeLits in the meta-data encoding of GHC.GenericsRyanGlScott2015-12-071-161/+203
* Make GHC generics capable of handling unboxed typesRyanGlScott2015-10-031-1/+107
* Make Generic (Proxy t) instance poly-kinded (fixes #10775)RyanGlScott2015-08-291-19/+20
* Typos in commentsGabor Greif2015-03-181-1/+1
* Add packageName to GHC.Generics.DatatypeOleg Grenrus2015-02-051-0/+6
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-4/+4
* Typo in comment in GHC.GenericsSimon Peyton Jones2014-09-191-1/+1
* Revert accidental wip/generics-propeq-conservative mergeHerbert Valerio Riedel2014-09-191-44/+13
* Add default case (fixes -Werror)Gabor Greif2014-09-191-1/+1
* Implement sameConstructorGabor Greif2014-09-191-1/+14
* Make constructor metadata parametrized (with intended parameter <- datatype)Gabor Greif2014-09-191-12/+13