stil4m / elm-syntax

Elm syntax in Elm
MIT License
92 stars 26 forks source link

Remove unnecessary lazy calls #176

Closed jfmengels closed 1 year ago

jfmengels commented 1 year ago

There were a large number of unnecessary lazy calls. Hopefully this will make parsers slightly faster. If not, then they'll at least be a bit cleaner.

EDIT: I forgot we have like 2 main branches on this project. I'll backport this to v8 afterwards.