Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Full Type Inference #49

Open
sunjay opened this issue Feb 26, 2017 · 0 comments
Open

Full Type Inference #49

sunjay opened this issue Feb 26, 2017 · 0 comments

Comments

@sunjay
Copy link
Owner

sunjay commented Feb 26, 2017

Currently, we require every variable to have an explicit type annotation. This can get quite tedious and add a lot of extra noise to programs.

Support:

let foo = 8;

Derive the type from the usage of variables in expressions and function types.

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

No branches or pull requests

1 participant