packages feed

haskell-language-server-2.7.0.0: plugins/hls-retrie-plugin/test/testdata/Class.hs

module Class where

class Identity x where
    identity :: x -> x
    identity x = x

function x = identity x