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