IsString instances for attoparsec-text
25 Jan
2011
25 Jan
'11
2:15 p.m.
Hi Felipe, Thanks so much for implementing the attoparsec-text package. Could you please add an IsString instance for Parser Text, parallel to the one in attoparsec? You may have missed this because of it being an orphan instance in attoparsec. It should be something like: instance IsString (Parser T.Text) where fromString = string . T.pack Thanks, Yitz
5641
Age (days ago)
5644
Last active (days ago)
1 comments
2 participants
participants (2)
-
Felipe Almeida Lessa -
Yitzchak Gale