aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/StandaloneDeriving/standalone-deriving-multi-arg.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE StandaloneDeriving #-}
module StandaloneDerivingMultiArg where
data Triple a b c = Triple a b c
deriving instance (Eq a, Eq b, Eq c) => Eq (Triple a b c)