diff --git a/src/Juvix/Compiler/Core/Transformation/ComputeCaseANF.hs b/src/Juvix/Compiler/Core/Transformation/ComputeCaseANF.hs index 52f21220e4..6b0941fccf 100644 --- a/src/Juvix/Compiler/Core/Transformation/ComputeCaseANF.hs +++ b/src/Juvix/Compiler/Core/Transformation/ComputeCaseANF.hs @@ -1,7 +1,7 @@ module Juvix.Compiler.Core.Transformation.ComputeCaseANF (computeCaseANF) where -- A transformation which lifts out non-immediate values matched on in case --- expressions by introducing an let-binding for them. In essence, this is a +-- expressions by introducing let-bindings for them. In essence, this is a -- partial ANF transfromation for case expressions only. -- -- For example, transforms