We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a529545 commit f4f7f95Copy full SHA for f4f7f95
hkmc2/shared/src/main/scala/hkmc2/codegen/Deforestation.scala
@@ -101,7 +101,8 @@ trait StratVarTrait(stratState: StratVarState):
101
102
final case class NotDeforestableException(msg: String) extends Exception(msg)
103
104
-// Compute free vars for a block, without considering deforestation, used on transformed blocks
+// Compute free vars for a block, without considering deforestation.
105
+// Used on blocks after the deforestation transformation.
106
// This means that for matches we don't need to consider the extra
107
// free vars that may be introduced by deforestation:
108
// 1. the free vars from the `rest` of the their parent matches
0 commit comments