[Haskell-cafe] Re: [Haskell] placing modules in the module hierarchy
Isaac Dupree
isaacdupree at charter.net
Mon Oct 29 10:06:56 EDT 2007
Wolfgang Jeltsch wrote:
> Since the Control.Grapefruit subtree would probably only consist of
> Control.Grapefruit.Signal and submodules, I’d prefer to just use
> Control.Signal and Control.Signal.*. But this would pose the problem that no
> other FRP library could use Control.Signal without conflicting with
> Grapefruit.
One _ideal_ is to develop a consensus in the community for a FRP Signal
library, one that is good enough that Grapefruit could use it. (If the
library is inherently Grapefruit-specific, do use
Control.Signal.Grapefruit or Control.Grapefruit.Signal.) Of course that
ideal is not always possible, and best-library consensuses do change
over the years -- but we've been doing it a lot anyway.
Isaac
More information about the Haskell-Cafe
mailing list