| Issue 3: | For comprehensions should be type checked | |
| 1 person starred this issue and may be notified of changes. | Back to list |
* Define a trait (re-use Iterable?) that should be implemented for for-comprehensions to be translated to map/flatMap/filter/foreach calls. * Split type checking of for-comprehensions in # translate as-is, without syntax transformation # check that targets implement proper type (Iterable) * Improve error messages. |