[GHC] #10886: Remove the magic from `Any`
GHC
ghc-devs at haskell.org
Mon Jul 11 21:47:47 UTC 2016
#10886: Remove the magic from `Any`
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner: goldfire
Type: task | Status: closed
Priority: normal | Milestone: 8.2.1
Component: Compiler | Version: 7.10.2
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D2049
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by ezyang):
According to https://www.haskell.org/haddock/doc/html/ch03s04.html Haddock
will only inline the documentation if the module is not completely
reexported, or the module being reexported is marked with the hidden
attribute. So Haddock DOES support inlining the documentation here; it's a
matter of changing the default.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10886#comment:14>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list