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
Currently, these standard types are not top level and live in scala.util.* package. They should live in the top level.
Perposal
Move scala.util.Try and scala.util.Either to scala package,and annotation type alias in scala.util's package object to keep code compile,until we decide what's next move.