Drastic Prelude changes imminent

Christopher Done chrisdone at gmail.com
Tue Jan 27 16:21:06 UTC 2015


There's precedence for this, I think: Data.Map, Data.Vector, Data.List
all export monomorphic functions. It's just we don't import Data.List
as L because lists are given special treatment by Haskell 2010. It
makes sense for Prelude to be polymorphic to me.


More information about the Libraries mailing list