packages feed

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

module ExportedFunction (quux) where

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