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

Infer variable type? #2

Open
vendethiel opened this issue Jan 27, 2020 · 1 comment
Open

Infer variable type? #2

vendethiel opened this issue Jan 27, 2020 · 1 comment
Labels
question Further information is requested

Comments

@vendethiel
Copy link
Contributor

Currently, you need to type out the type of variables ($1::int).
We could do some work to generate these for the user, but this might also be too clever (replace $1 not followed by :: with ($1::int) with parens to make sure we're not changing the precedence?)

@vendethiel vendethiel added the question Further information is requested label Jan 27, 2020
@vendethiel
Copy link
Contributor Author

vendethiel commented Jan 27, 2020

starting point: b9fdfaa

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

No branches or pull requests

1 participant