Ticket #526 (closed bug: Fixed)

Opened 12 years ago

Last modified 43 years ago

more IP breakage

Reported by: lewie Owned by: nobody
Priority: high Milestone:
Component: Compiler Version: None
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

x () = y where y = ?wibble

Yields:

    Could not deduce `?wibble :: t' from the context ()
    Probable fix:
	Add `?wibble :: t' to the banding(s) for {y}
	Or add an instance declaration for `?wibble :: t'
    arising from use of implicit parameter `?wibble' at
T.hs:16
    in the definition of function `y': wibble

What, by the way, is a `banding'?

Change History

Changed 12 years ago by lewie

  • status changed from assigned to closed
Note: See TracTickets for help on using tickets.