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