reference icon indicating copy to clipboard operation
reference copied to clipboard

Conditional coercion sites, and materials on the subject of type inference algorithm.

Open crlf0710 opened this issue 3 years ago • 0 comments

Hello! We know that in the expression y = x, coercion may or may not happen, depending on whether y has explicit type annotation. So it seems this may be some form of "conditional coercion site" or something?

This seems to be highly related to the type inference algorithm, whose description is also seriously lacking.

Thanks!

crlf0710 avatar Jan 01 '22 12:01 crlf0710