[Haskell-beginners] module not found

Daniel Fischer daniel.is.fischer at googlemail.com
Sat Oct 8 00:23:01 CEST 2011


On Saturday 08 October 2011, 00:12:57, David McBride wrote:
> And boy haskore sure isn't shy about exporting modules

Well, it has to export a lot of modules since (almost) all types are called 
T and classes C.
That means the information has to be encoded in the module name, hence one 
module per type/class.
Just be grateful that the functions aren't all called f ;)



More information about the Beginners mailing list