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
trait Alternative {
use Applicative;
functionor($otherAlternative);
functionzeroOrMore(); // I think this name is more intuitive than `many`functiononeOrMore(); // I think this name is more intuitive than `some`
}