예제 #1
0
 public static Option <R> Map <T, R>
     (this NoneType _, Func <T, R> f)
 => None;
예제 #2
0
 public bool Equals(NoneType _) => isNone;
예제 #3
0
 public bool Equals(NoneType other) => IsNone;