packages feed

haskell-language-server-2.7.0.0: plugins/hls-rename-plugin/test/testdata/ExportedFunction.hs

module ExportedFunction (foo) where

foo :: Num p => [a] -> p
foo [] = 0
foo xs = 1