Closed inducer closed 7 years ago
For now, type inference falls flat for cases like this:
<> z = 0 z = z + (initially unknown type)
(it just derives the type of zero)
Fixed point iteration might do the job, or else do this properly and implement Hindley-Milner.
Done as of 6995a1ad1aefaa337b289462a67e8f023d2c6501.
For now, type inference falls flat for cases like this:
(it just derives the type of zero)