packages feed

purescript-0.15.5: tests/purs/failing/FoldableInstance6.purs

-- @shouldFailWith CannotDeriveInvalidConstructorArg
module FoldableInstance6 where

import Prelude
import Data.Foldable (class Foldable)

data Test a = Test (a -> Int)
derive instance Foldable Test