hierarchical module names

Simon Marlow simonmarhaskell at gmail.com
Tue Dec 11 08:29:08 EST 2007


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


More information about the Libraries mailing list