packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/StandaloneDeriving/standalone-deriving-with-context.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE StandaloneDeriving #-}

module StandaloneDerivingWithContext where

data PairBox a b = PairBox a b

deriving instance (Eq a, Eq b) => Eq (PairBox a b)