@hackage tuples0.1.0.0
Small monomorphic tuples
Categories
License
BSD-3-Clause
Maintainer
andrew.thaddeus@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
- 0.1.0.0 Thu, 12 Oct 2023
Installation
Dependencies (2)
Dependents (1)
@hackage/byteslice
This library provides small tuples where all the elements are the same type. The elements always unpack into the data constructor. This can be helpful when the tuple type is itself nested inside of another data constructor.