Skip to content

Merge transformations and Patcher rewrite

No due date 0% complete

A bag of related tasks which would enable using several source values to produce a single target value. Implementing it as generic, recursive logic would also enable rewriting Patcher[A, Patch]s as Transformers with (Patch, A) => A merging semantics, enabling recursive patching, etc.

A bag of related tasks which would enable using several source values to produce a single target value. Implementing it as generic, recursive logic would also enable rewriting Patcher[A, Patch]s as Transformers with (Patch, A) => A merging semantics, enabling recursive patching, etc.

Loading