Safe Haskell | None |
---|---|
Language | Haskell2010 |
GHC.Rename.Pat
Documentation
rnPat :: HsMatchContext GhcRn -> LPat GhcPs -> (LPat GhcRn -> RnM (a, FreeVars)) -> RnM (a, FreeVars) #
rnPats :: HsMatchContext GhcRn -> [LPat GhcPs] -> ([LPat GhcRn] -> RnM (a, FreeVars)) -> RnM (a, FreeVars) #
isTopRecNameMaker :: NameMaker -> Bool #
rnHsRecFields :: forall arg. HsRecFieldContext -> (SrcSpan -> RdrName -> arg) -> HsRecFields GhcPs (Located arg) -> RnM ([LHsRecField GhcRn (Located arg)], FreeVars) #
data HsRecFieldContext #
Constructors
HsRecFieldCon Name | |
HsRecFieldPat Name | |
HsRecFieldUpd |
rnHsRecUpdFields :: [LHsRecUpdField GhcPs] -> RnM ([LHsRecUpdField GhcRn], FreeVars) #
checkTupSize :: Int -> RnM () #
patSigErr :: Outputable a => a -> SDoc #