packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/instance.hs

{- ORACLE_TEST pass -}
module D8 where
data Box a = Box a
instance Eq a => Eq (Box a) where
  Box x == Box y = x == y