コード例 #1
0
ファイル: Fallible.g.cs プロジェクト: liuhonglei/Narvalo.NET
 /// <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);