Files
rose-ash/lib/maude/scoreboard.json
giles 1747bbd944
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 49s
maude: Phase 4 conditional equations (19 tests, 138 total)
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>
2026-06-07 15:06:00 +00:00

14 lines
378 B
JSON

{
"lang": "maude",
"total_passed": 138,
"total_failed": 0,
"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":"conditional","passed":19,"failed":0,"total":19}
],
"generated": "2026-06-07T15:05:31+00:00"
}