internal/core/adt: prepare to differentiate types of arcs and notify
Currently both arrays use ccArc. But this
is confusing as not all fields are used by both.
This makes the dependency code more complex
than necessary. It will result in a bit more code,
but allows for more clarity in further refactoring.
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: I35e84d0831433ad88e7a9773c36642b483285e7b
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1207452
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>