Represents an CRDTree operation
Represents an CRDTree operation
timestamp : Operation a -> Maybe Basics.Int
Timestamp of the operation
path : Operation a -> Maybe (List Basics.Int)
Operation path
replicaId : Operation a -> Maybe Basics.Int
Id of the replica originating the operation
since : Basics.Int -> List (Operation a) -> List (Operation a)
Return operations since a timestamp
toList : Operation a -> List (Operation a)
Operation to List of Operations
fromList : List (Operation a) -> Operation a
List of Operations to Batch
merge : Operation a -> Operation a -> Operation a
Merge two operations