| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove invalidated reactions. Integrate with main | Omar Rizwan | 2023-02-13 | 1 | -0/+3 |
| | | | | | All tests pass except with-all. | ||||
| * | Support multi-Assert and multi-Retract of same statement | Omar Rizwan | 2023-02-11 | 1 | -0/+18 |
| This is useful for streaming -- you can retract all your old statements without worrying that you'll stomp any new ones that happen to be the same as the old ones. Each null-match parent of a statement (representing that statement being asserted) is mapped to a refcount now, instead of just the `true` sentinel. | |||||
