There was an error while loading. Please reload this page.
1 parent 2d0079f commit ed79493Copy full SHA for ed79493
1 file changed
lib/Language/PureScript/Backend/IR/MagicDo.hs
@@ -13,8 +13,8 @@ nullary thunk (@function() … end@, run by calling it), we can recognise their
13
14
> function() local x = m1(); local _ = m2(); …; return last() end
15
16
-which is flat regardless of length. This mirrors the magic-do pass of the
17
-upstream JS backend and @purs-backend-es@.
+which is flat regardless of length. This is the classic magic-do
+transformation of PureScript backends.
18
19
== Why a rewrite into existing 'Let'\/'Abs', not a new IR node
20
0 commit comments