From 015f5240a3fb378c85632672888e869d475cee66 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