value_of%
This PR adds a `value_of% ident` term that elaborates to the value of the local or global constant `ident`. This is useful for creating definition hypotheses: ```lean let x := ... complicated expression ... have hx : x = value_of% x := rfl ```