@hackage IndexedList0.1.0.1
Length- and element-indexed lists sitting somewhere between homogeneous and fully heterogeneous.
Categories
License
BSD-3-Clause
Maintainer
kenneth.foner@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (2)
- PeanoWitnesses >=0.1
- base >=4.7 && <4.8 Show all…
Dependents (2)
@hackage/ComonadSheet, @hackage/acme-everything
This library implements counted lists linked to type-level naturals indexing length, compatible with the Peano natural numbers found in Data.Numeric.Witness.Peano, as well as so-called conic lists, which are linked to a type index listing the type indices of partially-heterogeneous values contained within.