Home
last modified time | relevance | path

Searched defs:simplAlt (Results 1 – 2 of 2) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/Treeless/
H A DSimplify.hs315 simplAlt x (TACon c a b) = TACon c a <$> underLams a (maybeAddRewrite (x + a) conTerm $ simpl b) function
317 simplAlt x (TALit l b) = TALit l <$> maybeAddRewrite x (TLit l) (simpl b) function
318 simplAlt x (TAGuard g b) = TAGuard <$> simpl g <*> simpl b function
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DSimplify.hs2692 simplAlt env _ imposs_deflt_cons case_bndr' cont' (DEFAULT, bndrs, rhs) function
2700 simplAlt env scrut' _ case_bndr' cont' (LitAlt lit, bndrs, rhs) function
2706 simplAlt env scrut' _ case_bndr' cont' (DataAlt con, vs, rhs) function