[GHC] #11768: Need a way to attach Haddock documentation to derived instances
GHC
ghc-devs at haskell.org
Tue Mar 29 12:01:47 UTC 2016
#11768: Need a way to attach Haddock documentation to derived instances
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: feature | Status: new
request |
Priority: normal | Milestone: 8.2.1
Component: Compiler | Version: 7.10.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
In the case of `base` we'd like to be able to attach Haddock `@since`
annotations on new typeclass instances. Unfortunately many instances are
derived, which we can't currently attach Haddock documentation to. Fix
this.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11768>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list