[Haskell-cafe] what I learnt from my first serious haskell programm

Henning Thielemann lemming at henning-thielemann.de
Mon Mar 19 09:56:59 EDT 2007


On Mon, 19 Mar 2007, Fawzi Mohamed wrote:

> > A practice I've seen a lot in small- to mid-sized programs is to have
> > a Types module that contains definitions of the types used in the
> > program.
>
> ok I will think about it

I'd avoid that and suggest a more decentralized design, where each module
contributes one main type and according functions.


More information about the Haskell-Cafe mailing list