From 757c31694cebd8858ce95ebc1c2bd57302647687 Mon Sep 17 00:00:00 2001 From: Lukasz Czajka Date: Mon, 9 Sep 2024 13:13:04 +0200 Subject: [PATCH] comment --- src/Juvix/Compiler/Core/Transformation/ComputeCaseANF.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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