pub fn parse_bool<'a, E>(input: &'a str) -> Result<(&'a str, bool), Err<E>>where E: ParseError<&'a str>,
r“(true)(false)“