Proposal: module namespaces.
Dylan Thurston
dpt@math.harvard.edu
Tue, 27 Feb 2001 12:09:41 -0500
On Tue, Feb 27, 2001 at 04:42:16PM +0000, Malcolm Wallace wrote:
> Frank writes:
> > I would prefer short names to long. So: "Text.Parse" rather than
> > "Text.ParserCombinators", ...
> ...
> * Text.Parse could be ambiguous - does it contain combinator
> libraries, or support libraries for Happy? Or maybe: Text.Parser
> - does it indeed parse text according to some syntax/grammar,
> or does it just contain functions that help you to parse text?
> Text.ParserCombinators is at least clear.
Surely all these belong in the same subtree "Text.Parse" anyway.
--Dylan Thurston