elm-codegen
elm-codegen copied to clipboard
Functions as values
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.