示例#1
0
 /// <summary>
 /// Removes one level of structure, projecting its bound value into the outer level.
 /// </summary>
 public static MonadOr <T> Flatten <T>(this MonadOr <MonadOr <T> > @this)
 => MonadOr <T> .μ(@this);