summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics/T5884.hs
blob: 92b5087967d8206a133b24bc75c25e553956a8df (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE StandaloneDeriving, DeriveGeneric #-}

module T5884 where

import GHC.Generics
import T5884Other

deriving instance Generic (Pair a)