Skip to content

Conversation

@resyntax-ci
Copy link
Contributor

@resyntax-ci resyntax-ci bot commented Nov 23, 2025

Resyntax fixed 20 issues in 7 files.

  • Fixed 6 occurrences of provide/contract-to-contract-out
  • Fixed 4 occurrences of let-to-define
  • Fixed 3 occurrences of list-element-definitions-to-match-define
  • Fixed 2 occurrences of and-let-to-cond
  • Fixed 1 occurrence of quasiquote-to-list
  • Fixed 1 occurrence of cond-void-to-when-or-unless
  • Fixed 1 occurrence of delete-redundant-let
  • Fixed 1 occurrence of cond-let-to-cond-define
  • Fixed 1 occurrence of if-let-to-cond

Internal definitions are recommended instead of `let` expressions, to reduce nesting.
Using `cond` allows converting `let` to internal definitions, reducing nesting
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
These list element variable definitions can be expressed more succinctly with `match-define`. Note that the suggested replacement raises an error if the list contains more elements than expected.
This `let` binding does nothing and can be removed.
The `provide/contract` form is a legacy form made obsolete by `contract-out`.
`cond` with internal definitions is preferred over `if` with `let`, to reduce nesting
This conditional expression can be replaced with a simpler, equivalent expression.
This quasiquotation is equialent to a simple `list` call.
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