summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Proxy.hs
Commit message (Expand)AuthorAgeFilesLines
* Make modules in base stable.Hécate Moonlight2022-02-281-1/+1
* Minor typo in docs for KProxyJoachim Breitner2019-01-231-1/+1
* Doc-only fixesAlec Theriault2018-11-221-1/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-1/+1
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-2/+2
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-1/+6
* Make the Read instance for Proxy (and friends) ignore precedenceRyan Scott2017-08-221-5/+3
* Loads of doc(test)sDavid Luposchainsky2017-08-171-1/+38
* Generalizes the type of asProxyTypeOf (#12805)Dave Laing2017-01-261-1/+1
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+12
* Replace hand-written Bounded instances with derived onesRyan Scott2016-06-041-5/+1
* Missing Proxy instances, make U1 instance more Proxy-likeRyanGlScott2016-02-291-0/+8
* Allow CallStacks to be frozenEric Seidel2015-12-231-3/+3
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-121-2/+0
* 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/+2
* Comments only (instances for Proxy are lazy)Reid Barton2014-10-031-0/+4
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-0/+11
* Add some instances for Monoid/Applicative (#8797)Austin Seipp2014-02-281-10/+0
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+1
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-9/+1
* Add asProxyTypeOf and Trustworthy pragma to Data.ProxyRichard Eisenberg2013-07-311-2/+10
* Eliminate Equality.hs-boot and Proxy.hs-boot by moving instancesRichard Eisenberg2013-07-251-55/+23
* Implement "TypeLevelReasoning" proposal at wiki:TypeLevelReasoningRichard Eisenberg2013-07-241-0/+129