Skip to content

Type Inference

Dibyendu Majumdar edited this page Aug 10, 2020 · 4 revisions

Type Inference

Is it worth it?

The main issue we have is that without function signatures including return types it is not clear that there is much benefit in performing type inference as the compiler will not have sufficient data to infer types.

Clone this wiki locally