ghc-lib-parser-ex-8.10.0.11: Algorithms on GHC parse trees
Safe HaskellNone
LanguageHaskell2010

Language.Haskell.GhclibParserEx.GHC.Hs.Pat

Documentation

patToStr :: LPat GhcPs -> String #

strToPat :: String -> LPat GhcPs #

fromPChar :: LPat GhcPs -> Maybe Char #

hasPFieldsDotDot :: HsRecFields GhcPs (LPat GhcPs) -> Bool #

isPFieldWildcard :: LHsRecField GhcPs (LPat GhcPs) -> Bool #

isPWildcard :: LPat GhcPs -> Bool #

isPFieldPun :: LHsRecField GhcPs (LPat GhcPs) -> Bool #

isPatTypeSig :: LPat GhcPs -> Bool #

isPBangPat :: LPat GhcPs -> Bool #

isPViewPat :: LPat GhcPs -> Bool #