packages feed

haskell-language-server-1.1.0.0: test/testdata/Highlight.hs

module Highlight where
foo :: Int
foo = 3
bar = foo
  where baz = let x = foo in id x