Home
last modified time | relevance | path

Searched refs:mapAndReportM (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcDefaults.hs62 ; tau_tys <- mapAndReportM (tc_default_ty deflt_clss) mono_tys
H A DTcSigs.hs175 ty_sigs_s <- mapAndReportM tcTySig hs_sigs
H A DTcRnMonad.hs73 reportWarning, recoverM, mapAndRecoverM, mapAndReportM, foldAndRecoverM,
1228 mapAndReportM :: (a -> TcRn b) -> [a] -> TcRn [b]
1229 mapAndReportM f xs function
H A DTcRnExports.hs505 xs <- mapAndReportM doOne rdr_items
H A DTcTyClsDecls.hs714 ; mapAndReportM generaliseTcTyCon swizzled_infos }
2367 ; branches <- mapAndReportM (tcTyFamInstEqn tc_fam_tc NotAssociated) eqns
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnNames.hs176 stuff1 <- mapAndReportM (rnImportDecl this_mod) ordinary
177 stuff2 <- mapAndReportM (rnImportDecl this_mod) source