packages feed

haskell-language-server-2.7.0.0: plugins/hls-semantic-tokens-plugin/test/testdata/TFunction.hs

module TFunction where

f :: forall a. a -> a
f x = x

x :: a
x = undefined