pub fn parse_predicate(src: &str) -> Result<Expression, ParseError>Expand description
Parse a predicate string into the IR. Public for tests + step-5b use.
pub fn parse_predicate(src: &str) -> Result<Expression, ParseError>Parse a predicate string into the IR. Public for tests + step-5b use.