Error found: in module FoldableInstance5 at tests/purs/failing/FoldableInstance5.purs:9:1 - 9:30 (line 9, column 1 - line 9, column 30) One or more type variables are in positions that prevent Foldable from being derived. To derive this class, make sure that these variables are only used as the final arguments to type constructors, and that those type constructors themselves have instances of Foldable. tests/purs/failing/FoldableInstance5.purs:  7   8 data Test a = Test (Tuple a Int)  9 derive instance Foldable Test See https://github.com/purescript/documentation/blob/master/errors/CannotDeriveInvalidConstructorArg.md for more information, or to contribute content related to this error.