summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/TupleTyConUserSyntax.hs
blob: 12501795bd694be2589f90eba8fc9a70510331b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module TupleTyConUserSyntax where

import TupleTyConUserSyntaxA

type T1 = Tuple1

type T2 = Tuple2

type T23 = Tuple23

type T46 = Tuple46

type T64 = Tuple64