Patch

value class Patch<S : Quilted<S>>(val delta: S)

A delta produced by a mutator: a small element of the same lattice as S. A delta is a state fragment, so it is absorbed by the very same Quilted.piece join — see piece.

Constructors

Link copied to clipboard
constructor(delta: S)

Properties

Link copied to clipboard
val delta: S