-- * Class 'CurryN'
-- | Produce and consume 'Tuples'.
--- Not actually useful for the Generic side of this module,
+-- Not actually useful for 'Symantic.Syntaxes.EithersOfTuples',
-- but related through the use of 'Tuples'.
class CurryN args where
-- Like 'curry' but for an arbitrary number of nested 2-tuples.