Skip to content

Conversation

@resyntax-ci
Copy link
Contributor

@resyntax-ci resyntax-ci bot commented Mar 5, 2025

Resyntax fixed 20 issues in 2 files.

  • Fixed 9 occurrences of let-to-define
  • Fixed 5 occurrences of provide/contract-to-contract-out
  • Fixed 3 occurrences of cond-let-to-cond-define
  • Fixed 2 occurrences of map-to-for
  • Fixed 1 occurrence of if-let-to-cond

resyntax-ci bot added 5 commits March 5, 2025 00:16
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
`cond` with internal definitions is preferred over `if` with `let`, to reduce nesting
The `provide/contract` form is a legacy form made obsolete by `contract-out`.
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
This `map` operation can be replaced with a `for/list` loop.
@mflatt mflatt merged commit 9647f6a into master Mar 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant