
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
Thank you very much :)
On Fri, May 8, 2015 at 4:31 PM, Magnus Therning
wrote: On 8 May 2015 at 12:53, Dananji Liyanage
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