packages feed

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

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