packages feed

hls-tactics-plugin-1.2.0.0: test/golden/EmptyCaseADT.hs

data Foo = A Int | B Bool | C

foo :: Foo -> ()
foo x = case x of