jackfirth / resyntax

A Racket refactoring engine
Apache License 2.0
56 stars 10 forks source link

Suggest replacing `sequence-tail` and `in-vector` with just `in-vector` #151

Open jackfirth opened 2 years ago

jackfirth commented 2 years ago

The expression (sequence-tail (in-vector vec) i) can be rewritten to (in-vector vec i).