Re: Proposal, Heirarchical module structure for tools

Malcolm Wallace <[email protected]> Wed, 11 Oct 2006 11:27:18 +0100
Newsgroups gmane.comp.lang.haskell.hat
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
"Neil Mitchell" <[email protected]> wrote:

> > I don't like this division much.  How should I decide whether I'm
> > looking for a Lib or a Tool, or a Common?
> 
> So where would the library half of HatCover vs the program half of
> HatCover go?

    HatCover     -> Tracing.Hat.Coverage
    HatCoverText -> Tracing.Hat.Coverage.Textual
    hypothetical -> Tracing.Hat.Coverage.HTML
    hypothetical -> Tracing.Hat.Coverage.Gtk

Regards,
    Malcolm