packages feed

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

{- ORACLE_TEST pass -}
{-# LANGUAGE Haskell2010 #-}
module D12 where
data Eq a => Set a = NilSet | ConsSet a (Set a)