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