[Haskell-cafe] Re: Interesting critique of Haskell

Andrew Coppin andrewcoppin at btinternet.com
Fri May 9 12:32:44 EDT 2008


David Roundy wrote:
> It's pretty easy (albeit tedious) to do this for yourself (except that you
> wouldn't automatically turn off the import of Prelude, and you'd still
> suffer from the instances disease).
>
> module Prelude.Types ( Int, Double, Char, String ) where
>
> import Prelude
>   

Sounds like a Hackage project for any suitable-bored persons. :-)



More information about the Haskell-Cafe mailing list