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
It would be better to only have a single function __next__: Iter -> Sum((Elem, Iter), ()), compared to the current protocol with __hasnext__, __next__, and __iterend__.
But this requires a notion of sum types first (see #95)
The text was updated successfully, but these errors were encountered:
It would be better to only have a single function
__next__: Iter -> Sum((Elem, Iter), ())
, compared to the current protocol with__hasnext__
,__next__
, and__iterend__
.But this requires a notion of sum types first (see #95)
The text was updated successfully, but these errors were encountered: