pub fn assert_cmp( eval: &mut Evaluator, args: Vec<Value>, span: Span, name: &str, op: fn(f64, f64) -> bool, ) -> Result<Value, Error>