[GHC] #10353: Haddock for Data.List should list instances
GHC
ghc-devs at haskell.org
Fri Apr 24 12:50:15 UTC 2015
#10353: Haddock for Data.List should list instances
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: | Version: 7.10.1
Documentation | Operating System: Unknown/Multiple
Keywords: | Type of failure: None/Unknown
Architecture: | Blocked By:
Unknown/Multiple | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
I'd like to know the set of classes for which there are instances for
`[]`. So, I naturally looked in the documentation for `Data.List`.
However, because `Data.List` doesn't export `[]`, this list isn't there.
Can this be fixed? (It's an honest question -- because of `[]`'s special
syntax, I could see this fix being non-trivial.)
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10353>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list