-
Notifications
You must be signed in to change notification settings - Fork 5
Type Inference
Dibyendu Majumdar edited this page Aug 10, 2020
·
4 revisions
- Use Hindley-Milner Type inference?
- There is also a different approach described in the dragon book that uses data flow analysis. See A general scheme for the automatic inference of variable types
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.