Description
Provides support for optional function arguments in Haskell. Optional arguments can make APIs more convenient when many parameters have sensible defaults.
It is useful for libraries with configurable behavior, builder-style interfaces, and functions that would otherwise require many variants. It is a programming library and has no standalone interface.