Beispiel #1
0
 public static Maybe <A> Empty <A>()
 {
     return(Monoid.Maybe <A>().Zero);
 }