lasp-lang / types

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

Remove precondition check from OR-Set #64

Closed cmeiklejohn closed 8 years ago

cmeiklejohn commented 8 years ago

Remove the precondition check on the normal OR-Set.

cmeiklejohn commented 8 years ago

Resolved by #65.