fourmolu-0.0.6.0: data/examples/declaration/signature/pattern/single-line.hs
{-# LANGUAGE PatternSynonyms #-}
pattern Arrow :: Type -> Type -> Type
pattern Foo, Bar :: Type -> Type -> Type
{-# LANGUAGE PatternSynonyms #-}
pattern Arrow :: Type -> Type -> Type
pattern Foo, Bar :: Type -> Type -> Type