RE: GHC.Prim.Int# is not at TyThing?

2018-06-29 Thread Simon Peyton Jones via ghc-devs
. Simon From: Ranjit Jhala Sent: 29 June 2018 15:26 To: Simon Peyton Jones Cc: ghc-devs@haskell.org Subject: Re: GHC.Prim.Int# is not at TyThing? Dear Simon, Yes I expect that the notion of what is in scope in the GlobalRdrEnv has changed across the GHC versions? Earlier, these lookups would

RE: GHC.Prim.Int# is not at TyThing?

2018-06-29 Thread Simon Peyton Jones via ghc-devs
@haskell.org Subject: Re: GHC.Prim.Int# is not at TyThing? Dear Simon (and all), Thanks! Then it seems my problem is much worse: somehow the code I had that used the `HscEnv` to "resolve" names (i.e. get `Name` and then `TyThing` and then `TyCon`) from plain strings is no longer working with the

RE: GHC.Prim.Int# is not at TyThing?

2018-06-28 Thread Simon Peyton Jones via ghc-devs
Does the above indicate that in fact,