[GHC] #11756: Data.Functor.Classes instances for Proxy
GHC
ghc-devs at haskell.org
Sat Mar 26 01:10:02 UTC 2016
#11756: Data.Functor.Classes instances for Proxy
-------------------------------------+-------------------------------------
Reporter: andrewthad | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 8.0.1
Component: Core Libraries | Version: 8.0.1-rc2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by bgamari):
* cc: RyanGlScott, ekmett (added)
* component: Compiler => Core Libraries
* milestone: => 8.0.1
@@ -1,2 +1,2 @@
- It looks like Proxy is missing instances for Eq1, Ord1, Show1, and Read1.
- These are all completely trivial. Can I add them?
+ It looks like `Proxy` is missing instances for `Eq1`, `Ord1`, `Show1`, and
+ `Read1`. These are all completely trivial. Can I add them?
New description:
It looks like `Proxy` is missing instances for `Eq1`, `Ord1`, `Show1`, and
`Read1`. These are all completely trivial. Can I add them?
--
Comment:
Sure, feel free to submit a patch.
Cc'ing RyanGlScott who has thought more about the implications of these
instances.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11756#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list