Noted :) Thank you!! On Fri, May 8, 2015 at 9:17 PM, Alexey Shmalko <rasen.dubi@gmail.com> wrote:
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@gmail.com> wrote:
Thank you very much :)
On Fri, May 8, 2015 at 4:31 PM, Magnus Therning <magnus@therning.org> wrote:
On 8 May 2015 at 12:53, Dananji Liyanage <dan9131@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@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
-- Regards, Dananji Liyanage
_______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
-- Regards, Dananji Liyanage