示例#1
0
文件: Monoid.cs 项目: jedahu/Jib
 public static Maybe <A> Empty <A>()
 {
     return(Monoid.Maybe <A>().Zero);
 }