Make NameEnv back into type NameEnv a = UniqFM a
authorsimonpj@microsoft.com <unknown>
Thu, 7 Oct 2010 10:46:38 +0000 (10:46 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 7 Oct 2010 10:46:38 +0000 (10:46 +0000)
commit861e1d55126391785e93493080d3c7516812675e
tree8bd682439dbb4f590705979dad1e9c09f74f1205
parentafd6da0d938747f45b16c8d6eb5d786e59a21218
Make NameEnv back into type NameEnv a = UniqFM a

I don't think the type distinction of declaring NameEnv with a newtype
(as it was) is really useful to us. Moreover, VarEnv is a UniqFM, and
I do sometimes want to build an envt with Ids and look up with Names.

This may not be the last word on the subject.
compiler/basicTypes/NameEnv.lhs