Example #1
0
 public static OperationResult <T> Flatten <T>(this OperationResult <OperationResult <T> > result) => result.Bind(r => r);