[Haskell-beginners] First program

edgar klerks edgar.klerks at gmail.com
Mon Feb 6 10:38:49 CET 2012


Your code look very nice.

One suggestion I could make is to use an error monad for the error
handling. This will take a lot of work from your hands in a later
stage in the development of your project.

On 2/6/12, Erlend Hamberg <ehamberg at gmail.com> wrote:
> Hi,
>
> On 5 February 2012 18:38, ARJANEN Loïc Jean David
> <arjanen.loic at gmail.com> wrote:
>> I would like to know if I have done great errors, be that errors of style
>> or of library use.
>
> A good start is to use the hlint program [1] on your source code and
> evaluate its suggestions.
>
> [1] http://community.haskell.org/~ndm/hlint/
>
> --
> Erlend Hamberg
> ehamberg at gmail.com
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>



More information about the Beginners mailing list