pub fn get_interval<'a, E>(s: Span<'a>) -> IResult<Span<'a>, Interval, E>where E: ParseError<Span<'a>> + ContextError<Span<'a>>,