flix / book

The Flix Programming Book
Other
14 stars 22 forks source link

`for` undocumented? #102

Closed thedeemon closed 5 months ago

thedeemon commented 11 months ago

I see in some library code out there for (v <- expr) yield expr works, but the book only mentions foreach, forM, and forA. What is for? Is it forM or not quite?

magnus-madsen commented 11 months ago

I think for will be removed in favor of an explicit use of forA or forM.

magnus-madsen commented 5 months ago

for has been removed.