Searched defs:hs_ty (Results 1 – 7 of 7) sorted by relevance
252 ; let hs_ty = hs_sig_fn sel_name function
2083 matchExpectedFunKind hs_ty n k = go n k function
1866 hs_ty = mkHsWildCardBndrs $ parenthesizeHsType appPrec (typeToLHsType s) function1871 hs_ty = mkLHsSigWcType (typeToLHsType s) function
1250 hs_ty = appTypeToArg orig_hs_ty (take (n-1) orig_hs_args) function
506 pprHsDocContext (SpliceTypeCtx hs_ty) = text "the spliced type" <+> quotes (ppr hs_ty) function
255 extractFilteredRdrTyVars hs_ty = filterInScopeM (extractHsTyRdrTyVars hs_ty) function263 extractFilteredRdrTyVarsDups hs_ty = filterInScopeM (extractHsTyRdrTyVarsDups hs_ty) function
1441 ; let hs_ty = mkHsForAllTy tvs loc ForallInvis tvs' rho_ty function