Prelude is the standard Haskell module that is imported by default into all Haskell modules.
Prelude is the standard Haskell module that is imported by default into all Haskell modules unless either there is an explicit import statement for it, or the NoImplicitPrelude extension is enabled.
See full documentation here: http://hackage.haskell.org/package/base-4.10.1.0/docs/Prelude.html