Convergent[A: Convergent[A] #read]¶
A data type that supports convergent merging from a complete or delta state.
Public Functions¶
converge¶
Converge from that data structure into this one, mutating this one. The other data structure may be either a delta-state or a complete state. Returns true if the convergence added new information to the data structure.
Parameters¶
- that: box->A
Returns¶
- Bool val
is_empty¶
Return true if the data structure contains no information (bottom state).
Returns¶
- Bool val