summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/GHC/Tuple.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove record field from SoloSimon Peyton Jones2021-11-051-1/+9
* Export Solo from Data.TupleDavid Feuer2021-08-271-1/+49
* Extend mAX_TUPLE_SIZE to 64GHC GitLab CI2020-10-151-79/+8
* Rename the singleton tuple GHC.Tuple.Unit to GHC.Tuple.SoloTom Ellis2020-06-011-1/+1
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Fix and refactor strict pattern bindingsSimon Peyton Jones2016-02-261-0/+5
* Generate Typeable info at definition sitesBen Gamari2015-10-301-0/+3
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-3/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-291-0/+3
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-107/+135
* Revert multiple commitsAustin Seipp2015-05-141-135/+107
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-107/+135
* Move GHC.Generics to baseJose Pedro Magalhaes2012-06-211-134/+2
* Merge GHC.Unit into GHC.Tuple, and GHC.Ordering into GHC.TypesIan Lynagh2011-08-261-0/+4
* Formatting fixesDavid Terei2011-08-081-4/+3
* Use Safe Haskell when GHC >= 7.2David Terei2011-08-081-0/+1
* FIX #5227: derive Generic only up to 7-tuples, like Data.Jose Pedro Magalhaes2011-06-091-7/+7
* Don't derive Generic for tuples for nowIan Lynagh2011-05-271-62/+62
* Detab GHC/Tuple.hsIan Lynagh2011-05-271-61/+61
* Add a missing "deriving Generic"Ian Lynagh2011-05-271-0/+1
* Adapt to the renaming of `Representable0` to `Generic`.Jose Pedro Magalhaes2011-05-091-123/+123
* Add Representable0 instances where needed.Jose Pedro Magalhaes2011-05-041-5/+133
* Add new module GHC.CString with functions relating to CString (moved from GHC...Jose Pedro Magalhaes2011-05-031-2/+3
* Remove old generics stuff.Jose Pedro Magalhaes2011-04-281-1/+1
* Second initial commit for Pedro's generic-default mechanismsimonpj2011-04-121-0/+1
* Roll back generics changes in the HEAD reposIan Lynagh2011-02-191-1/+0
* We should not use XGenerics in ghc-prim, for now at least.jpm@cs.uu.nl2011-02-041-0/+1
* Add some GHC.Generics imports so we can find Inl etc where we need toIan Lynagh2008-08-061-0/+3
* Tuple datatypes are now in GHC.Tuple (they were in base:Data.Tuple before)Ian Lynagh2008-08-041-0/+205