Parsec in 6.10 RC 1

9 Oct
2008
9 Oct
'08
12:10 a.m.
The instance for "Functor (Either ParserError)" disappeared. Is that intentional? Thanks, Greg

12 Oct
12 Oct
3:24 p.m.
On Wed, Oct 08, 2008 at 05:10:53PM -0700, Greg Fitzgerald wrote:
The instance for "Functor (Either ParserError)" disappeared. Is that intentional?
The instance is still in Control.Monad.Instances. The problem with the instance is that Haskell 98 doesn't say that it exists, so we can't put it with either the Functor or Either definitions. You were probably indirectly importing Control.Monad.Instances before, but other changes now mean that you no longer are. Thanks Ian
6110
Age (days ago)
6113
Last active (days ago)
1 comments
2 participants
participants (2)
-
Greg Fitzgerald
-
Ian Lynagh