hls-tactics-plugin-1.1.0.0: test/golden/LayoutSplitPattern.hs.expected
{-# 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) = _