[GHC] #10351: Inferred type is rejected

GHC ghc-devs at haskell.org
Thu Jul 9 12:03:18 UTC 2015


#10351: Inferred type is rejected
-------------------------------------+-------------------------------------
        Reporter:  simonpj           |                   Owner:
            Type:  bug               |                  Status:  closed
        Priority:  normal            |               Milestone:
       Component:  Compiler          |                 Version:  7.10.1
      Resolution:  fixed             |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  None/Unknown      |  Unknown/Multiple
      Blocked By:                    |               Test Case:
 Related Tickets:                    |  typecheck/should_fail/T10351
                                     |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by Simon Peyton Jones <simonpj@…>):

 In [changeset:"b5aabfbdb96ba8abf2748d089f40c267c2131215/ghc"]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="b5aabfbdb96ba8abf2748d089f40c267c2131215"
 Infer types with flexible contexts

 Responding to Trac #10608 and Trac #10351, I've reverted
 to making type inference infer structured constraint like
     f :: C [t] => t -> t
 even if -XFlexibleContexts is not set.  That elicits an
 error message suggesting the flag.  The result is more
 helpful than the error message you get otherwise.
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10351#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list