iface: add semantic `Forall`
[haskell/symantic-base.git] / src / Symantic / Syntaxes / CurryN.hs
index 844fda4313336f513eac12c6afc11b3beb5be292..93602c5c2cc7ec25a64b0adbc0859bc8f6dc870f 100644 (file)
@@ -11,7 +11,7 @@ import Symantic.Syntaxes.EithersOfTuples (Tuples)
 -- * 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.