RnPat
Documentation
rnPat :: HsMatchContext Name -> LPat RdrName -> (LPat Name -> RnM (a, FreeVars)) -> RnM (a, FreeVars)
rnPats :: HsMatchContext Name -> [LPat RdrName] -> ([LPat Name] -> RnM (a, FreeVars)) -> RnM (a, FreeVars)
data NameMaker
rnHsRecFields1 :: forall arg. HsRecFieldContext -> (RdrName -> arg) -> HsRecFields RdrName (Located arg) -> RnM ([HsRecField Name (Located arg)], FreeVars)
data HsRecFieldContext
Constructors
HsRecFieldCon Name | |
HsRecFieldPat Name | |
HsRecFieldUpd |
checkTupSize :: Int -> RnM ()
patSigErr :: Outputable a => a -> SDoc