Exemplo n.º 1
0
 public ListZipper <A> DeletePullLeftOr(Func <ListZipper <A> > z)
 {
     return(DeletePullLeft.ValueOr(z));
 }
Exemplo n.º 2
0
 public ListZipper <A> DeletePullLeftOr(Func <ListZipper <A> > z) => DeletePullLeft.ValueOr(z);