lasp-lang / types

Prototype implementation of Conflict-free Replicated Data Types (CRDTs) in Erlang.
https://lasp-lang.org
Apache License 2.0
140 stars 13 forks source link

Add a common library for state-based causal CRDTs & an add-wins set type #48

Closed junghunyoo closed 8 years ago

junghunyoo commented 8 years ago

src/state_causal_type.erl

src/state_awset.erl

cmeiklejohn commented 8 years ago

Let me know once those changes have been made, and we'll work on getting this merged.