Description
Provides a singleton tuple type for Haskell. A one-element tuple can be useful in generic code that treats tuples of different sizes in a uniform way.
It is useful for libraries, generic programming, data modeling, and compatibility with APIs that expect tuple-like structures. It is a small developer library and has no standalone interface.