packages feed

hls-semantic-tokens-plugin-2.6.0.0: test/testdata/TFunctionLocal.hs

module TFunctionLocal where

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