[NumericPrelude] renaming of modules NumericPrelude, PreludeBase, MyPrelude

Lewis-Sandy, Darrell darrelll at amgen.com
Thu Jul 29 15:54:39 EDT 2010


Sorry for the delayed reply.  Real life occasionally gets in the way of fun maths.   I wholeheartedly support this proposal.  MyPrelude always seemed a bit to non-descriptive.  


-----Original Message-----
From: numeric-prelude-bounces at projects.haskell.org [mailto:numeric-prelude-bounces at projects.haskell.org] On Behalf Of Henning Thielemann
Sent: Tuesday, July 13, 2010 11:40 AM
To: numeric-prelude at projects.haskell.org
Subject: [NumericPrelude] renaming of modules NumericPrelude, PreludeBase, MyPrelude


I'm thinking about renaming the modules NumericPrelude, PreludeBase, 
MyPrelude, because the latter two look like they could easily conflict 
with other alternative preludes (e.g. the Prelude that 
substitutes List functions by those from stream-fusion, although there is 
currently no conflict).

NumericPrelude
    exports all basic numeric methods.

PreludeBase
    re-exports all identifiers from Prelude that do not clash with NumericPrelude.

MyPrelude
    exports essentially NumericPrelude + PreludeBase.


How about the renaming

NumericPrelude -> NumericPrelude.Numeric
PreludeBase -> NumericPrelude.Base
MyPrelude -> NumericPrelude

?


Regards,
Henning

_______________________________________________
Numeric-Prelude mailing list
Numeric-Prelude at projects.haskell.org
http://projects.haskell.org/cgi-bin/mailman/listinfo/numeric-prelude



More information about the Numeric-Prelude mailing list