Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Sep 9, 2024
1 parent 52c5b96 commit 757c316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Core/Transformation/ComputeCaseANF.hs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 757c316

Please sign in to comment.