ron
ron copied to clipboard
Haskell implementation of RON and RON-RDT
Useful for RGA 1. Parenthesized chains 2. String chains
1. Add `lww` 2.1 2. Add `rga`/`ct` 2.1 3. Add `set` 2.1 4. what else?
Including incrementing ops
Validate consistency of different RON implementations and their conformance to the Spec
## Problem A fresh timestamp may clash with existing. ## Proposed solution 1. Ensure version id is (⩾) than all ops inside a version. 2. Make document versions readable as...
 proposed by @gritzko
Try to generate RGAs from a series of ops.
and relax constraint on 'a' from 'ReplicatedAsPayload' to 'Replicated'