Skip to content

WIP: Functor merge with shared tree

hu zhenlei requested to merge zhenlei@merge_shared_tree into master

Let C1, C2 two contracts, their storages are nested pairs of elements. We can model them as binary trees . The functor Merging generates a new contract, which allows to share a list of subtrees of C1 and C2.

Merge request reports