bburdette / toop / Toop

A set of tuple-like data structures, allowing more than 3 elements.


type T1 a
    = T1 a

1 element toop.


type T2 a b
    = T2 a b

2 element toop.


type T3 a b c
    = T3 a b c

3 element toop.


type T4 a b c d
    = T4 a b c d

4 element toop.


type T5 a b c d e
    = T5 a b c d e

5 element toop.


type T6 a b c d e f
    = T6 a b c d e f

6 element toop.


type T7 a b c d e f g
    = T7 a b c d e f g

7 element toop.


type T8 a b c d e f g h
    = T8 a b c d e f g h

8 element toop.


type T9 a b c d e f g h i
    = T9 a b c d e f g h i

9 element toop.


type T10 a b c d e f g h i j
    = T10 a b c d e f g h i j

10 element toop.


type T11 a b c d e f g h i j k
    = T11 a b c d e f g h i j k

11 element toop.


type T12 a b c d e f g h i j k l
    = T12 a b c d e f g h i j k l

12 element toop.


type T13 a b c d e f g h i j k l m
    = T13 a b c d e f g h i j k l m

13 element toop.


type T14 a b c d e f g h i j k l m n
    = T14 a b c d e f g h i j k l m n

14 element toop.


type T15 a b c d e f g h i j k l m n o
    = T15 a b c d e f g h i j k l m n o

15 element toop.


type T16 a b c d e f g h i j k l m n o p
    = T16 a b c d e f g h i j k l m n o p

16 element toop.