[GHC] #12023: Problems getting information and kind from GHC.Prim ~#, ~R#, ...
GHC
ghc-devs at haskell.org
Fri Jun 1 12:03:14 UTC 2018
#12023: Problems getting information and kind from GHC.Prim ~#, ~R#, ...
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 7.10.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #10059, #15209 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by RyanGlScott):
* related: => #10059, #15209
Comment:
The fact that `:info` doesn't work for `(~)` is being tracked separately
at #10059.
I'm not surprised that `:info (~R#)` and `:info (~#P)` don't work, since I
wouldn't expect users to be able to make use of these (see also #15209,
which proposes to remove the ability to query `:info (~#)`.) It's a bit
unfortunate that `:browse GHC.Prim` exposes `(~#)` and friends—perhaps we
could alter `:browse` to avoid printing them.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12023#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list