[Haskell-beginners] Reading, Processing, and Writing I/O

Dananji Liyanage dan9131 at gmail.com
Tue May 12 05:16:27 UTC 2015


Thank you :)

On Tue, May 12, 2015 at 10:42 AM, Kim-Ee Yeoh <ky3 at atamo.com> wrote:

>
> On Tue, May 12, 2015 at 10:47 AM, Dananji Liyanage <dan9131 at gmail.com>
> wrote:
>
> reverseInput input = (last input) : reverseInput (init input)
>
>
> This won't terminate. That's the bug.
>
> -- Kim-Ee
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
>


-- 
Regards,
Dananji Liyanage
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20150512/70f4f59b/attachment.html>


More information about the Beginners mailing list