ORMapEntry
An entry of an ORMap: a DotSet of "presence tags" plus a Quilted value. The tag set is the observed-remove handle for the key; the value merges via its own Quilted.piece when both sides hold it.
Properties
The structural empty: empty tag set, same value shape. Used by DotMap.join when this entry appears only on one side — causal filtering then decides whether the tags survive, keeping the value iff they do.
Functions
The causal join with other. A dot is kept when it is live in both stores, or live in one and not yet witnessed by the other side's context; it is dropped only when one side still has it while the other has it in otherContext but not in its store — the signature of a deliberate remove. context is this store's surrounding causal history; otherContext is the other's.