-
Notifications
You must be signed in to change notification settings - Fork 6
TypeInference bug in ilist.map #579
Copy link
Copy link
Closed
Labels
area: dialect IListArea: issues related to the dialect IList component.Area: issues related to the dialect IList component.category: bugCategory: this is a bug or something isn't working as expected.Category: this is a bug or something isn't working as expected.
Metadata
Metadata
Assignees
Labels
area: dialect IListArea: issues related to the dialect IList component.Area: issues related to the dialect IList component.category: bugCategory: this is a bug or something isn't working as expected.Category: this is a bug or something isn't working as expected.
Something is going wrong with type inference on the following example:
type of the
collectionin ilist.map is bottom. Seems to be somewhat related to type inference offunc.Lambdabut I am not sure.