Generated 2026-04-13 00:48:06 UTC | Back to ladder index | Back to docs
No run report found yet for this scenario.
| # | Expected Route | Utterance |
|---|---|---|
| 1 | assert_fact | Yara is a parent of Zed, Zed is a parent of Abel, and Abel is a parent of Bex. |
| 2 | assert_rule | If X is a parent of Y then X is an ancestor of Y, and if X is an ancestor of Y and Y is an ancestor of Z then X is an ancestor of Z. |
| 3 | retract | Actually retract these: parent(zed, abel) and parent(abel, bex). |
| 4 | assert_fact | Zed is a parent of Arlo. |
| 5 | assert_fact | Arlo is a parent of Bex. |
| 6 | other | Explain briefly why deterministic rollback helps. |
| ID | Query | Expect | Min Rows | Max Rows |
|---|---|---|---|---|
| zed_abel_removed | parent(zed, abel). | no_results | 0 | |
| abel_bex_removed | parent(abel, bex). | no_results | 0 | |
| yara_to_bex_recovers_via_arlo | ancestor(yara, bex). | success | 1 |