Ticket #2761 (closed bug: invalid)
type checker bug
Description (last modified by igloo) (diff)
This causes a type error:
foo :: forall b. (b -> String, Int)
foo = (const "hi", 0)
bar :: (forall b. b -> String, Int)
bar = foo
This should compile fine since the types are equivalent.
Change History
Note: See
TracTickets for help on using
tickets.
