ron
ron copied to clipboard
Haskell implementation of RON and RON-RDT
It may be useful to use data constructor as function
See also #80
Define (and later implement) a set of learning tools, which in general should help to visualize how RON works and see the effects of changes easily. For example: - Round...
http://replicated.cc/ 0. Keep compatibility with the current implementation 1. Remove `stateVersion` field #95 1. Add unprefixed atoms #75 1. Add raw ops 2.1 #72 2. Add frames 2.1: incrementing ops...
``` λ> parseAtom "=10000000000000000000" Right (AInteger (- 8446744073709551616)) ``` Must be an error. The same for float.
GUI? json mapper?
(found at ZuriHac) Yandex.Disk may delete files before adding, so we may find the document deleted if we look in the doc directory between deletion and creation.
```diff data WireChunk = Closed ClosedOp + | Open Op | Value WireReducedChunk | Query WireReducedChunk ```
...to test and compare different RON and RON-RDT implementations.