declarative-dataflow
declarative-dataflow copied to clipboard
Re-use arrangements from NameExpr
NameExpr prevents re-use of arrangements, because they get wrapped into collections. With the introduction of Implemented, we can now implement something like ArrangedRelation, to fix this.