elm-codegen icon indicating copy to clipboard operation
elm-codegen copied to clipboard

Functions as values

Open dillonkearns opened this issue 3 years ago • 0 comments

This PR includes a value : List String -> Expression for all of the function declaration helpers in Elm.Declare. This helps in cases where you want to reference a function as a value rather than calling it by applying arguments directly.

Happy to make any changes if you have feedback!

This branches off of #51 so if that's merged first then it will reduce the noise related to that.

dillonkearns avatar Sep 21 '22 16:09 dillonkearns