Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.Haskell.GhclibParserEx.GHC.Hs.Expr
Documentation
isRecConstr :: LHsExpr GhcPs -> Bool #
isRecUpdate :: LHsExpr GhcPs -> Bool #
isQuasiQuote :: LHsExpr GhcPs -> Bool #
isQuasiQuoteExpr :: LHsExpr GhcPs -> Bool #
isOverLabel :: LHsExpr GhcPs -> Bool #
isFieldPun :: LHsFieldBind GhcPs (LFieldOcc GhcPs) (LHsExpr GhcPs) -> Bool #
isFieldPunUpdate :: HsFieldBind (LAmbiguousFieldOcc GhcPs) (LHsExpr GhcPs) -> Bool #
isMDo :: HsDoFlavour -> Bool #
isListComp :: HsDoFlavour -> Bool #
isMonadComp :: HsDoFlavour -> Bool #
isTupleSection :: HsTupArg GhcPs -> Bool #
isPrimLiteral :: HsLit GhcPs -> Bool #
isSpliceDecl :: HsExpr GhcPs -> Bool #
isTypedSplice :: HsExpr GhcPs -> Bool #
isUntypedSplice :: HsExpr GhcPs -> Bool #
isFieldWildcard :: LHsFieldBind GhcPs (LFieldOcc GhcPs) (LHsExpr GhcPs) -> Bool #
isWholeFrac :: HsExpr GhcPs -> Bool #
isStrictMatch :: HsMatchContext (LocatedN RdrName) -> Bool #
hasFieldsDotDot :: HsRecFields GhcPs (LHsExpr GhcPs) -> Bool #