hls-tactics-plugin-1.2.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) = _
test (Blah True) = _
{-# LANGUAGE PatternSynonyms #-}
pattern Blah :: a -> Maybe a
pattern Blah a = Just a
test :: Maybe Bool -> a
test (Blah False) = _
test (Blah True) = _