public ListZipper <A> MoveLeftOr(Func <ListZipper <A> > z) { return(MoveLeft.ValueOr(z)); }
public ListZipper <A> MoveLeftOr(Func <ListZipper <A> > z) => MoveLeft.ValueOr(z);