[GHC] #14550: Report the provenance of TyThings
GHC
ghc-devs at haskell.org
Fri Dec 1 15:21:18 UTC 2017
#14550: Report the provenance of TyThings
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner: (none)
Type: task | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
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: |
-------------------------------------+-------------------------------------
Comment (by simonpj):
For `TyCon` at least we already have this: the `AlgTyConRhs` is an
`AbstractTyCon`. For type functions we have `FamTyConFlav` =
`AbstractClosedSynFamilyTyCon`. Etc. I think this is probably the way to
go.
For `Id` we have `IdDetails`, which could perhaps add `AbstractVanillaId`.
Etc.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14550#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list