Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/specialise/
H A DSpecialise.hs1016 specExpr env (Cast e co) function
1017 = do { (e', uds) <- specExpr env e
1019 specExpr env (Tick tickish body) function
1020 = do { (body', uds) <- specExpr env body
1024 specExpr env expr@(App {}) function
1037 specExpr env e@(Lam _ _) = do function
1038 (body', uds) <- specExpr env' body
1047 specExpr env (Case scrut case_bndr ty alts) function
1055 specExpr env (Let bind body) function
1073 = specExpr env body
[all …]