- Package worth highlighting: "Named". Adds support for named parameters, keyword arguments to Haskell. Better than the other approaches I know of, e.g. Records, Default typeclass. It even supports automatic currying. https://hackage.haskell.org/package/named-0.1.0.0/docs/named.html 71 comments haskell