[Haskell-beginners] Parser

Henk-Jan van Tuyl hjgtuyl at chello.nl
Sat May 16 23:13:36 UTC 2015


On Sat, 16 May 2015 23:18:04 +0200, Dennis J. McWherter, Jr.  
<dennis at deathbytape.com> wrote:

:
>   processedLines <- return (fmap moveParser $ lines contents)
:

Or, a bit simpler:
   let processedLines = fmap moveParser $ lines contents

Regards,
Henk-Jan van Tuyl


-- 
Folding at home
What if you could share your unused computer power to help find a cure? In  
just 5 minutes you can join the world's biggest networked computer and get  
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--


More information about the Beginners mailing list