[NumericPrelude] renaming of modules NumericPrelude, PreludeBase, MyPrelude

Henning Thielemann lemming at henning-thielemann.de
Tue Jul 13 14:40:29 EDT 2010


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



More information about the Numeric-Prelude mailing list