packages feed

hls-tactics-plugin-1.3.0.0: test/golden/LayoutSplitPattern.expected.hs

{-# LANGUAGE PatternSynonyms #-}

pattern Blah :: a -> Maybe a
pattern Blah a = Just a

test :: Maybe Bool -> a
test (Blah False) = _w0
test (Blah True) = _w1