packages feed

ormolu-0.0.1.0: data/examples/declaration/signature/pattern/multiline.hs

{-# LANGUAGE PatternSynonyms #-}

pattern Arrow :: Type
  -> Type -> Type

pattern Foo, Bar ::
  Type -> Type -> Type

pattern TypeSignature
      , FunctionBody
      , PatternSignature
      , WarningPragma :: [RdrName]
        -> HsDecl GhcPs