fn add<T>(left: Value, right: Value) -> Result<Value, EvalError>where T: TryFrom<Value, Error = Error> + Num, Value: From<T>,