list-extras-0.2.0: Common not-so-common functions for listsSource codeContentsIndex
Prelude.Listless
Portabilityportable
Stabilitystable
Maintainerwren@community.haskell.org
Description

This module provides the Prelude but removing all the list functions. This is helpful for modules that overload those function names to work for other types.

Be sure to disable the implicit importing of the prelude when you import this one (by passing -fno-implicit-prelude for GHC, or by explicitly importing the prelude with an empty import list for most implementations).

Produced by Haddock version 2.3.0