Home
last modified time | relevance | path

Searched refs:tcExtendLocalInstEnv (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DInst.hs24 tcExtendLocalInstEnv,
714 tcExtendLocalInstEnv :: [ClsInst] -> TcM a -> TcM a
716 tcExtendLocalInstEnv dfuns thing_inside function
H A DTcInstDcls.hs410 = tcExtendLocalInstEnv (map iSpec infos) thing_inside
H A DTcDeriv.hs240 ; gbl_env <- tcExtendLocalInstEnv (map iSpec (bagToList inst_info))