Example #1
0
 public static Unit ifSucc <A>(Fin <A> ma, Action <A> Succ) =>
 ma.IfSucc(Succ);