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.