list package:ansi-wl-pprint

prettyList is only used to define the instance Pretty a => Pretty [a]. In normal circumstances only the pretty function is used.
>>> prettyList [1, 23, 456]
[1, 23, 456]