11 Dec 14:29
Re: hierarchical module names
Simon Marlow <simonmarhaskell <at> gmail.com>
2007-12-11 13:29:08 GMT
2007-12-11 13:29:08 GMT
Henning Thielemann wrote: > From > http://haskell.org/haskellwiki/How_to_write_a_Haskell_program#Hierarchical_source > > there is a link to > http://www.haskell.org/~simonmar/lib-hierarchy.html > > It looks a bit out of date (no Control.Arrow, but DSP instead of Sound). > Is there a more current list? Not that I know of. That page is the design document for the hierarchy that we originally agreed upon when we implemented hierarchical modules and the first hierarchical libraries. It's still useful as a way to answer the question "what should I name my module?", but as you say needs updating (and expanding) in various ways. Any volunteers to move this to the wiki and check it against reality? Cheers, Simon
RSS Feed