maude: Phase 4 conditional equations (19 tests, 138 total)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 49s
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 49s
lib/maude/conditional.sx — condition-aware reducer. ceq fires only when its guard holds: equational guards (l=r reduce to same normal form) and boolean guards (term reduces to true), evaluated by recursing through the same reducer. Verified on gcd, insertion sort, max, even. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"lang": "maude",
|
||||
"total_passed": 119,
|
||||
"total_passed": 138,
|
||||
"total_failed": 0,
|
||||
"total": 119,
|
||||
"total": 138,
|
||||
"suites": [
|
||||
{"name":"parse","passed":65,"failed":0,"total":65},
|
||||
{"name":"reduce","passed":26,"failed":0,"total":26},
|
||||
{"name":"matching","passed":28,"failed":0,"total":28}
|
||||
{"name":"matching","passed":28,"failed":0,"total":28},
|
||||
{"name":"conditional","passed":19,"failed":0,"total":19}
|
||||
],
|
||||
"generated": "2026-06-07T15:00:34+00:00"
|
||||
"generated": "2026-06-07T15:05:31+00:00"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user