[Haskell-beginners] Creating modules

Alexey Shmalko rasen.dubi at gmail.com
Fri May 8 15:47:24 UTC 2015


Just a quick note. When you compile (or load in ghci) your Main
module, GHC is smart enough to find other modules it import without
further help. So usually you won't care about compiling/recompiling
distinct modules, only the whole program.

On Fri, May 8, 2015 at 2:05 PM, Dananji Liyanage <dan9131 at gmail.com> wrote:
> Thank you very much :)
>
> On Fri, May 8, 2015 at 4:31 PM, Magnus Therning <magnus at therning.org> wrote:
>>
>> On 8 May 2015 at 12:53, Dananji Liyanage <dan9131 at gmail.com> wrote:
>> > Thanks Magnus!!
>> >
>> > Got it to working.
>>
>> Excellent!  I can recommend reading the ghc docs[1], they are good and
>> very readable.  Then peruse Hackage to find examples of how things
>> work.
>>
>> /M
>>
>> [1]:
>> https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/index.html
>>
>> --
>> Magnus Therning                      OpenPGP: 0xAB4DFBA4
>> email: magnus at therning.org   jabber: magnus at therning.org
>> twitter: magthe               http://therning.org/magnus
>> _______________________________________________
>> Beginners mailing list
>> Beginners at haskell.org
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
>
>
>
> --
> Regards,
> Dananji Liyanage
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>


More information about the Beginners mailing list