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