[Haskell-cafe] Importing more modules by default
aditya bhargava
bluemangroupie at gmail.com
Thu Aug 8 04:23:09 CEST 2013
Hi there,
It seems like every Haskell program I write imports the following modules:
Control.Monad
Control.Applicative
Data.Maybe
Data.List
Is there a good reason why these modules aren't imported by default? When I
write a simple script usually a 1/4th of the script is just imports, and my
code just looks uglier.
Adit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130807/5f2049f2/attachment.htm>
More information about the Haskell-Cafe
mailing list