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 757c316 commit e8e482c
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
Expand Up @@ -2,7 +2,7 @@ module Juvix.Compiler.Core.Transformation.ComputeCaseANF (computeCaseANF) where

-- A transformation which lifts out non-immediate values matched on in case
-- expressions by introducing let-bindings for them. In essence, this is a
-- partial ANF transfromation for case expressions only.
-- partial ANF transformation for case expressions only.
--
-- For example, transforms
-- ```
Expand Down

0 comments on commit e8e482c

Please sign in to comment.