You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Flat returns a Seq with an iterator fed by original stuff, so it solving any
halting problems is irrelevant.
- Flat used to have a bug where it was failing to propagate .is-lazy in certain
cases, causing full reification, which might be what the original author hit
upon, to surmise there are any issues with flattening infinite things.
- Fixes#1202
0 commit comments