packages feed

haskell-language-server-2.9.0.0: plugins/hls-semantic-tokens-plugin/test/testdata/before_9_10/TFunctionLocal.hs

module TFunctionLocal where

f :: Int -> Int
f 1 = g 1
  where
    g x = 1