Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Sep 13, 2024
1 parent f2dfe48 commit 9ffbb7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-- An optimizing transformation that folds lets whose values are immediate,
-- i.e., they don't require evaluation or memory allocation (variables or
-- constants), or when the bound variable occurs at most once in the body.
-- constants), or when the bound variable occurs at most once in the body but
-- not under a lambda-abstraction.
--
-- For example, transforms
-- ```
Expand Down

0 comments on commit 9ffbb7a

Please sign in to comment.