At the moment, we sometimes return tuples (source, expression, target, color) as a transition/edge. In other places, the more natural (source, expression, color, target) is used. We should only be using one of them. The only sensible choice is the latter.
At the moment, we sometimes return tuples
(source, expression, target, color)as a transition/edge. In other places, the more natural(source, expression, color, target)is used. We should only be using one of them. The only sensible choice is the latter.