Skip to content
New issue

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

Add possibility for a type annotation for letFunction #34

Open
lue-bird opened this issue Oct 16, 2021 · 0 comments
Open

Add possibility for a type annotation for letFunction #34

lue-bird opened this issue Oct 16, 2021 · 0 comments

Comments

@lue-bird
Copy link
Contributor

lue-bird commented Oct 16, 2021

letVal and letFunction should allow an added type annotation like funDecl already does for example:

let
    svgAttributeToElm : ( String, String ) -> CodeGen.Expression
    svgAttributeToElm ( name, value ) =
        ...
in
...

On this note, I would rename letFunction to letFun to be more consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant