summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/T3057.hs
blob: 0e9aef7814542709bbfbf9b454ee47b638cd0b60 (plain)
1
2
3
4
5
6
{-# LANGUAGE StandaloneDeriving, DeriveFunctor #-}
module T3057 where

deriving instance Functor (Either a)