pub fn list<'input>(
    __input: &'input str
) -> Result<Vec<u32>, ParseError<<str as Parse>::PositionRepr>>