pub fn working<I: Span, F>(f: F) -> impl FnMut(I) -> Res<I, PointSegCtx>where F: Parser<I, PointSeg, SpaceTree<I>>,