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