ghc-6.10.4: The GHC APIContentsIndex
RnTypes
Documentation
rnHsType :: SDoc -> HsType RdrName -> RnM (HsType Name)
rnLHsType :: SDoc -> LHsType RdrName -> RnM (LHsType Name)
rnLHsTypes :: SDoc -> [LHsType RdrName] -> IOEnv (Env TcGblEnv TcLclEnv) [LHsType Name]
rnContext :: SDoc -> LHsContext RdrName -> RnM (LHsContext Name)
rnHsSigType :: SDoc -> LHsType RdrName -> RnM (LHsType Name)
rnHsTypeFVs :: SDoc -> LHsType RdrName -> RnM (LHsType Name, FreeVars)
mkOpAppRn :: LHsExpr Name -> LHsExpr Name -> Fixity -> LHsExpr Name -> RnM (HsExpr Name)
mkNegAppRn :: LHsExpr id -> SyntaxExpr id -> RnM (HsExpr id)
mkOpFormRn :: LHsCmdTop Name -> LHsExpr Name -> Fixity -> LHsCmdTop Name -> RnM (HsCmd Name)
mkConOpPatRn :: Located Name -> Fixity -> LPat Name -> LPat Name -> RnM (Pat Name)
checkPrecMatch :: Bool -> Name -> MatchGroup Name -> RnM ()
checkSectionPrec :: FixityDirection -> HsExpr RdrName -> LHsExpr Name -> LHsExpr Name -> RnM ()
Produced by Haddock version 2.4.2