RE: extra ambiguous type variable errors after a couldn't match error?

2014-07-17 Thread Simon Peyton Jones
Good point! See https://ghc.haskell.org/trac/ghc/ticket/9323 Simon | -Original Message- | From: Glasgow-haskell-users [mailto:glasgow-haskell-users- | boun...@haskell.org] On Behalf Of Evan Laforge | Sent: 17 July 2014 02:32 | To: GHC users | Subject: extra ambiguous type variable

Re: extra ambiguous type variable errors after a couldn't match error?

2014-07-17 Thread Evan Laforge
On Thu, Jul 17, 2014 at 2:02 AM, Simon Peyton Jones simo...@microsoft.com wrote: Good point! See https://ghc.haskell.org/trac/ghc/ticket/9323 Ah, fixed in the next release. Ok, that's good enough for me, it's only a minor annoyance. ___