
8 May
2015
8 May
'15
5 a.m.
Hi All, I'm following this lecture[1] series and stuck at the module creation section. Even though I understand the idea of the module I can't figure out the exact syntax to module creation. Do we have to compile the Haskell file containing the module declaration? For an example: Do I have to compile this; module metricCalc(.....) where ... in a file metricCalc.hs [1] http://shuklan.com/haskell/index.html -- Regards, Dananji Liyanage