packages feed

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

swap :: (a, b) -> (b, a)
swap (a, b) = (b, a)