Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnTypes.hs16 rnHsSigType, rnHsWcType,
146 rnHsWcType :: HsDocContext -> LHsWcType GhcPs -> RnM (LHsWcType GhcRn, FreeVars)
147 rnHsWcType ctxt (HsWC { hswc_body = hs_ty }) function
153 rnHsWcType _ (XHsWildCardBndrs nec) = noExtCon nec function
H A DRnExpr.hs184 ; (arg',fvArg) <- rnHsWcType HsTypeCtx arg
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnDriver.hs2437 <- rnHsWcType GHCiCtx (mkHsWildCardBndrs rdr_type)