[Haskell-beginners] Parser using the show method

Francesco Ariis fa-ml at ariis.it
Fri Jun 21 13:05:27 UTC 2019


On Fri, Jun 21, 2019 at 12:37:37PM +0000, PICCA Frederic-Emmanuel wrote:
> Do you know if a version existe of readMaybe with Text instead of String

VoilĂ 

    https://hackage.haskell.org/package/readable-0.3.1/docs/Data-Readable.html

Maybe is an instance of MonadPlus, so it should fit your bill


More information about the Beginners mailing list