loop variable, type inference #4583
Labels
enhancement
New feature or request
front end
related to the front end until .fum file is created: call and type resolution, type checking, etc.
In this example
Sequence i32
could be automatically chosen to be the type ofx
.We only should choose one of the types. Not some common super type:
In this case (
array i32
andlist i32
) we do not want to automatically chooseSequence i32
.The text was updated successfully, but these errors were encountered: