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
Should the toString function eliminate the BUFFER effect?
Since it converts it to a string there's no more potential for side effects. So should it be something like forall e. Eff ( | e ) String or just String?