Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DExitify.hs61 goTopLvl (NonRec v e) = NonRec v (go in_scope_toplvl e)
62 goTopLvl (Rec pairs) = Rec (map (second (go in_scope_toplvl)) pairs)
65 in_scope_toplvl = emptyInScopeSet `extendInScopeSetList` bindersOfBinds binds function