halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Rename symbol issue #20

Closed chalmagean closed 7 years ago

chalmagean commented 7 years ago

I've got this line

List.concatMap (\res -> dayList (daysDiff res.checkOut res.checkIn) res.checkIn) reservations

When I try to rename daysDiff across my project, I end up with this:

List.concatMap (es -> dayList (daysDiff res.checkOut res.checkIn) res.checkIn) reservations

Notice the removal of \r