pub fn unsafe_compute_values(
    operator: Operator,
    left: &UntaggedValue,
    right: &UntaggedValue
) -> Result<UntaggedValue, (&'static str, &'static str)>