You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix elm-syntax version in CLI.
* Fix elm-syntax operator precedence.
* Use better literal wrappers in generated Scala.
* Generate case objects for no-argument type constructors. #105
* Flatten nested let expressions. #140
* Use val instead of def when there are no arguments. #141
* Fix elm-syntax version in CLI.
* Fix elm-syntax operator precedence.
* Use better literal wrappers in generated Scala.
* Generate case objects for no-argument type constructors. #105
* Flatten nested let expressions. #140
* Use val instead of def when there are no arguments. #141
* Cosmetic improvement.
* Add type information to vals. #141
This code:
Should turn into this:
The text was updated successfully, but these errors were encountered: