pub fn parse_predicate(
    env: &Env,
    tokens: &[IOValue]
) -> Result<Predicate, CompilationError>