Home
last modified time | relevance | path

Searched defs:goTopLvl (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) function
62 goTopLvl (Rec pairs) = Rec (map (second (go in_scope_toplvl)) pairs) function