We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
letFunction
letVal and letFunction should allow an added type annotation like funDecl already does for example:
letVal
funDecl
let svgAttributeToElm : ( String, String ) -> CodeGen.Expression svgAttributeToElm ( name, value ) = ... in ...
On this note, I would rename letFunction to letFun to be more consistent.
letFun
The text was updated successfully, but these errors were encountered:
No branches or pull requests
letVal
andletFunction
should allow an added type annotation likefunDecl
already does for example:On this note, I would rename
letFunction
toletFun
to be more consistent.The text was updated successfully, but these errors were encountered: