Home
last modified time | relevance | path

Searched defs:hs_ty (Results 1 – 7 of 7) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcClassDcl.hs252 ; let hs_ty = hs_sig_fn sel_name function
H A DTcUnify.hs2083 matchExpectedFunKind hs_ty n k = go n k function
H A DTcGenDeriv.hs1866 hs_ty = mkHsWildCardBndrs $ parenthesizeHsType appPrec (typeToLHsType s) function
1871 hs_ty = mkLHsSigWcType (typeToLHsType s) function
H A DTcHsType.hs1250 hs_ty = appTypeToArg orig_hs_ty (take (n-1) orig_hs_args) function
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnUtils.hs506 pprHsDocContext (SpliceTypeCtx hs_ty) = text "the spliced type" <+> quotes (ppr hs_ty) function
H A DRnTypes.hs255 extractFilteredRdrTyVars hs_ty = filterInScopeM (extractHsTyRdrTyVars hs_ty) function
263 extractFilteredRdrTyVarsDups hs_ty = filterInScopeM (extractHsTyRdrTyVarsDups hs_ty) function
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/
H A DThToHs.hs1441 ; let hs_ty = mkHsForAllTy tvs loc ForallInvis tvs' rho_ty function