packages feed

haskell-language-server-2.15.0.0: plugins/hls-export-plugin/test/testdata/AddClass.hs

module AddClass (Foo (..), Bar) where

class Foo a where
  foo1 :: a -> Int

class Bar a where
  bar1 :: a -> Int

class Baz a where
  baz1 :: a -> Int