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

replace lambda with flip #1424

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.

mm1995tk commented 1 year ago

Because I missed the contributing guide, i closed