
#14368: GHC 8.2.1 doesn't inform you when the monomorphism restriction kicks in anymore -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler (Type | Version: 8.2.1 checker) | Resolution: invalid | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Poor/confusing | Unknown/Multiple error message | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * status: new => closed * resolution: => invalid Comment: Oh, I see what you mean. This program: {{{#!hs f = (==) foo = (f 'c', f True) }}} //only// emits an error about `foo`, and doesn't separately error for `f`. Blast. In that case, I agree that this is probably not worth the effort to implement. I'll close as invalid (but feel free to reopen if you can think of a feasible way to do this.) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14368#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler