summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/TupleTyConUserSyntaxA.hs
blob: 086e9a905d0e4375a8626fc9039015154174167b (plain)
1
2
3
4
5
6
7
8
9
10
11
module TupleTyConUserSyntaxA (module GHC.Tuple) where

import GHC.Tuple

type T1 = Tuple1

type T2 = Tuple2

type T23 = Tuple23

type T64 = Tuple64