Data.Nthable
Documentation
class Pos n => Nthable t n a | t n -> a whereSource
A class that knows how to access the nth member of a type.
Instances
Nthable (a, b) D2 b | |
Nthable (a, b) D1 a | |
Nthable (a, b, c) D3 c | |
Nthable (a, b, c) D2 b | |
Nthable (a, b, c) D1 a | |
Nthable (a, b, c, d) D4 d | |
Nthable (a, b, c, d) D3 c | |
Nthable (a, b, c, d) D2 b | |
Nthable (a, b, c, d) D1 a | |
Nthable (a, b, c, d, e) D5 e | |
Nthable (a, b, c, d, e) D4 d | |
Nthable (a, b, c, d, e) D3 c | |
Nthable (a, b, c, d, e) D2 b | |
Nthable (a, b, c, d, e) D1 a | |
Nthable (a, b, c, d, e, f) D6 f | |
Nthable (a, b, c, d, e, f) D5 e | |
Nthable (a, b, c, d, e, f) D4 d | |
Nthable (a, b, c, d, e, f) D3 c | |
Nthable (a, b, c, d, e, f) D2 b | |
Nthable (a, b, c, d, e, f) D1 a | |
Nthable (a, b, c, d, e, f, g) D7 g | |
Nthable (a, b, c, d, e, f, g) D6 f | |
Nthable (a, b, c, d, e, f, g) D5 e | |
Nthable (a, b, c, d, e, f, g) D4 d | |
Nthable (a, b, c, d, e, f, g) D3 c | |
Nthable (a, b, c, d, e, f, g) D2 b | |
Nthable (a, b, c, d, e, f, g) D1 a |