packages feed

hls-class-plugin-1.0.0.1: test/testdata/T2.fmap.expected.hs

module T2 where

data X a
  = A a
  | B

instance
  (Eq a) => Eq (X a)
 where

instance
  Functor X where
  fmap = _