packages feed

hls-rename-plugin-1.0.0.0: test/testdata/ExportedFunction.hs

module ExportedFunction (foo) where

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