CollapseUndoResult

data class CollapseUndoResult(val survivor: Proposition, val restored: Proposition)

The result of undoing one collapse: the survivor with that member's exclusive evidence subtracted, and the member restored to its prior status.

Constructors

Link copied to clipboard
constructor(survivor: Proposition, restored: Proposition)

Properties

Link copied to clipboard
Link copied to clipboard