packages feed

hls-refactor-plugin-1.0.0.0: test/data/hiding/HidePreludeLocalInfix.hs

module HidePreludeLocalInfix where

infixed xs ys = xs ++ ys

data Vec a

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