Loom.CRDT protocol

Implement this callback to compose new CRDT’s.

Summary

apply(crdt, op)

Apply an op to a CRDT

join(a, b)

Join 2 CRDT’s

ops(crdt)

A list of supported operations

value(crdt)

Returns a natural value

Types

t :: term

Functions

apply(crdt, op)

Apply an op to a CRDT

join(a, b)

Join 2 CRDT’s

ops(crdt)

A list of supported operations

value(crdt)

Returns a natural value