packages feed

hls-tactics-plugin-1.2.0.0: test/golden/GoldenListFmap.expected.hs

fmapList :: (a -> b) -> [a] -> [b]
fmapList _ [] = []
fmapList fab (a : as') = fab a : fmapList fab as'