carp-lang / Carp

A statically typed lisp, without a GC, for real-time applications.
Apache License 2.0
5.47k stars 173 forks source link

refactor: replace lambda with flip #1425

Closed mm1995tk closed 1 year ago

mm1995tk commented 1 year ago

hlint says

 Avoid lambda. Replace with: flip (execStr i)

so I replace lambda with flip.