packages feed

haskell-language-server-2.7.0.0: plugins/hls-refactor-plugin/test/data/hiding/HidePreludeLocalInfix.hs

module HidePreludeLocalInfix where

infixed xs ys = xs ++ ys

data Vec a

(++) :: Vec a -> Vec a -> Vec a
(++) = undefined