Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcExpr.hs1078 isHsValArg :: HsArg tm ty -> Bool
1079 isHsValArg (HsValArg {}) = True function
1080 isHsValArg (HsTypeArg {}) = False function
1081 isHsValArg (HsArgPar {}) = False function
1134 n_val_args = count isHsValArg args
1223 orig_expr_args_arity = count isHsValArg orig_args
1885 (before, _:after) = break isHsValArg args