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

Language.Haskell.GhclibParserEx.GHC.Hs.Pat

Documentation

patToStr :: LPat GhcPs -> String Source #

strToPat :: String -> Pat GhcPs Source #

fromPChar :: LPat GhcPs -> Maybe Char Source #

hasPFieldsDotDot :: HsRecFields GhcPs (Pat GhcPs) -> Bool Source #

isPFieldWildcard :: LHsRecField GhcPs (Pat GhcPs) -> Bool Source #

isPWildcard :: LPat GhcPs -> Bool Source #

isPFieldPun :: LHsRecField GhcPs (Pat GhcPs) -> Bool Source #

isPatTypeSig :: LPat GhcPs -> Bool Source #

isPBangPat :: LPat GhcPs -> Bool Source #

isPViewPat :: LPat GhcPs -> Bool Source #