module TupleTyConUserSyntaxA (module GHC.Tuple) where import GHC.Tuple type T1 = Tuple1 type T2 = Tuple2 type T23 = Tuple23 type T64 = Tuple64