
| Independent of language extensions, what about types and classes whose
| names are not in scope. Is there an implicit "... if you import all
| the relevant symbols" and the end of the rule?
Good point. I'm honestly unsure how far to push this one! (It'd be relatively easy to check whether they were in scope and complain if not, but ...)
Simon
| -----Original Message-----
| From: haskell-core-libraries@googlegroups.com [mailto:haskell-core-
| libraries@googlegroups.com] On Behalf Of David Mazieres
| Sent: 22 April 2014 00:41
| To: Simon Peyton Jones; Haskell Libraries (libraries@haskell.org);
| core-libraries-committee@haskell.org; GHC users
| Subject: [core libraries] Re: Tightening up on inferred type signatures
|
| Simon Peyton Jones