Ejemplo n.º 1
0
 public static Option <R> Map <T, R>(this Option.None @this, Func <T, R> f) =>
 None;
Ejemplo n.º 2
0
 public bool Equals(Option.None _)
 {
     //throw new NotImplementedException();
     return(this.IsNone);
 }