packages feed

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

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