The latest version of indextype is 0.3.0.1-0.

indextype

Version 0.1.0.0 revision 2 uploaded by clinton.

Package meta

Synopsis
A series of type families and constraints for "indexable" types.
Description

This package deals with types that can roughly be "indexed" at compile time by an integer. For example, tuples and be indexed by their nth elements, and functions by their nth argument. A number of type functions allow one to extract these subtypes, i.e. the type of the 2nd element of a given tuple. Furthermore, constraints are defined which allow one to easily constrain types to these index types, e.g. a constraint that says "t is a 3 tuple". Control.IndexT has more detail.

Author
Clinton Mead
Bug reports
https://github.com/clintonmead/indextype/issues
Category
Control
Copyright
Clinton Mead (2017)
Homepage
n/a
Maintainer
clintonmead@gmail.com
Package URL
n/a
Stability
n/a

Components