internal/encoding/yaml: use adt.Unify instead of Value.Unify
This change should by itself be a no-op, as we
still need to pass cycle information through to
the respective OpContexts. This will be done in
a followup CL. We include these changes in a
separate CL, though, to be able to isolate any
issues that may arise from this change.
Issue #3649
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: I2915f5d0e54fbd07bf20093e3da4a0ce4ae30cbc
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1208700
Reviewed-by: Matthew Sackman <matthew@cue.works>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>