summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Typeable.hs
Commit message (Expand)AuthorAgeFilesLines
* Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecTOleg Grenrus2023-03-041-0/+20
* Add heqT, a kind-heterogeneous variant of heqOleg Grenrus2022-12-111-2/+10
* Make modules in base stable.Hécate Moonlight2022-02-281-1/+1
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-0/+2
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-2/+0
* Implement BoxedRep proposalAndrew Martin2020-12-141-0/+2
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-3/+2
* base: Document the fact that Typeable is automatically "derived"Ben Gamari2019-10-081-0/+4
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-12/+14
* Remove the deprecated Typeable{1..7} type synonymsRyan Scott2017-08-051-18/+0
* base: Fix erroneous reference to Data.Reflection in documentationBen Gamari2017-04-101-1/+1
* Typeable: Fix remaining typeRepX referencdsBen Gamari2017-03-131-11/+11
* Make exports from Data.Typeable and Type.Reflection consistentRyan Scott2017-03-131-3/+10
* Data.Typeable: Export splitTyConApp, typeRepArgs, and typeRepTyConBen Gamari2017-03-091-8/+18
* Type-indexed TypeableBen Gamari2017-02-181-68/+164
* Remove tyConStringDavid Feuer2017-01-101-1/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-301-2/+3
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-3/+2
* Generate Typeable info at definition sitesBen Gamari2015-10-291-2/+3
* Rename ty{Con,peRep}Hash to ty{Con,peRep}FingerprintHerbert Valerio Riedel2015-03-111-2/+2
* Add public rnf/hash operations to TypeRep/TyConHerbert Valerio Riedel2015-03-051-0/+4
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-1/+1
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* Drop deprecated `OverlappingInstances` from baseHerbert Valerio Riedel2014-10-311-16/+5
* Tweak Haddock markup in Data.TypeableHerbert Valerio Riedel2014-02-251-2/+4
* Provide Typeable1..7 as type synonyms (see #8813)Jose Pedro Magalhaes2014-02-251-0/+7
* Add a couple of `/Since: 4.7.0.0/` annotationsHerbert Valerio Riedel2013-11-011-0/+2
* Changed export list to create better haddock. Added eqT to exports.Richard Eisenberg2013-10-281-6/+4
* Rename (:=:) to (:~:) and add Data.Type.CoercionEdward Kmett2013-10-091-5/+5
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Define typeRep in terms of new Proxy#Austin Seipp2013-09-271-1/+3
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-2/+1
* Eliminate Equality.hs-boot and Proxy.hs-boot by moving instancesRichard Eisenberg2013-07-251-1/+1
* Implement "TypeLevelReasoning" proposal at wiki:TypeLevelReasoningRichard Eisenberg2013-07-241-17/+25
* Re-jig SOURCE importsSimon Peyton Jones2013-06-061-6/+2
* Export Proxy from Data.TypeableJose Pedro Magalhaes2013-02-121-0/+3
* Implement poly-kinded TypeableJose Pedro Magalhaes2013-02-121-125/+35
* Remove commented types in module export listsIan Lynagh2012-10-271-32/+32
* Re-export Fingerprint in Data.Typeable.Internal.Paolo Capriotti2012-06-051-1/+0
* export tyConName, tyConModule and tyConPackage; deprecate tyConStringSimon Marlow2011-11-091-0/+3
* Make Typeable safe now that handcrafted instances aren't allowed.David Terei2011-07-201-0/+1
* DEPRECATE typeRepKeySimon Marlow2011-07-181-9/+5
* In the deprecation warning for mkTyCon, suggest deriving Typeable.Simon Marlow2011-07-111-1/+1
* fix warnings (including moving things around to avoid orphanSimon Marlow2011-07-111-478/+2
* Typeable overhaul (see #5275)Simon Marlow2011-07-111-132/+46
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-1/+1
* For GHC, implement the Typeable.hs macros using standalone derivingIan Lynagh2011-04-241-1/+31
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+8
* Remove redundant imports, now that NoImplicitPrelude does not imply Rebindabl...simonpj@microsoft.com2010-10-221-1/+1