cvogt / flow-comprehensions

Work in progress: Simpler and more powerful alternative to Scala's built-in for-comprehension syntax
Other
25 stars 5 forks source link

unsound inline ~ usage #4

Closed cvogt closed 8 years ago

cvogt commented 8 years ago

@clhodapp already pushed this. It works, but probably needs some cleanup. But you can already take a look if you want.

cvogt commented 8 years ago

problem with this PR is, the way it desugars inline ~ usages, they are always eagerly evaluates.