Generated 2026-04-13 00:48:05 UTC | Back to ladder index | Back to docs
No run report found yet for this scenario.
| # | Expected Route | Utterance |
|---|---|---|
| 1 | assert_fact | Eli is Finn's parent. |
| 2 | assert_fact | Gail has Finn as a parent. |
| 3 | assert_fact | Hale is parented by Gail. |
| 4 | assert_rule | If X is a parent of Y then X is an ancestor of Y. |
| 5 | assert_rule | If X is an ancestor of Y and Y is an ancestor of Z then X is an ancestor of Z. |
| 6 | retract | Actually retract this wrong-direction edge if it exists: parent(hale, gail). |
| 7 | query | Is Eli an ancestor of Hale? |
| ID | Query | Expect | Min Rows | Max Rows |
|---|---|---|---|---|
| finn_gail_parent | parent(finn, gail). | success | 1 | |
| gail_hale_parent | parent(gail, hale). | success | 1 | |
| hale_gail_absent | parent(hale, gail). | no_results | 0 | |
| eli_hale_ancestor | ancestor(eli, hale). | success | 1 |