[Haskell-cafe] [ANNOUNCE] GHC 9.8.1 is now available

Henning Thielemann lemming at henning-thielemann.de
Thu Oct 12 10:34:59 UTC 2023


On Thu, 12 Oct 2023, Dan Dart wrote:

> I saw that Data.List was starting to be recommended to be imported
> qualified anyway... hence I always do:
>
> import Data.List qualified as L
>
> these days.

Why not
   import qualified Data.List as List
  ?

List.zip is pretty self-explanatory.


More information about the Haskell-Cafe mailing list