Proposal: Add Applicative/Alternative instances to Text.Read.ReadPrec

I propose adding the missing Applicative/Alternative instances to Text.Read.ReadPrec, as I've wanted to use them now on more than one occasion when manually building Read instances. Discussion Period: 2 weeks

On Mon, Jan 24, 2011 at 12:30 PM, Edward Kmett
I propose adding the missing Applicative/Alternative instances to Text.Read.ReadPrec, as I've wanted to use them now on more than one occasion when manually building Read instances. Discussion Period: 2 weeks
I can't imagine any downside to this. +1. Most of the rest of the instances are done by lifting the operation into ReadP. Would you also be adding these instances to ReadP?
_______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries
participants (2)
-
Antoine Latter
-
Edward Kmett