Haskell Packages
-
module — a collection of functions and custom data types
-
package — a collection of modules + metadata
-
Hackage — a central repository of Haskell packages
-
base — standard Haskell library
-
Prelude — the module from base imported by default
-
import Data.List