packages feed

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

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

module StandaloneDerivingBasic where

data Box a = Box a

deriving instance Eq a => Eq (Box a)