[ ghc-Bugs-415028 ] more IP breakage
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 24 Apr 2001 16:28:12 -0700
Bugs item #415028, was updated on 2001-04-09 16:14
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=415028&group_id=8032
Category: Compiler
Group: None
>Status: Closed
Resolution: Fixed
Priority: 7
Submitted By: Jeffrey R. Lewis (lewie)
Assigned to: Nobody/Anonymous (nobody)
Summary: more IP breakage
Initial Comment:
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'?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=415028&group_id=8032