maude: run.sx search command + result-sort output (254 total)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 36s

run.sx now handles 'search START =>* GOAL .' (reports the witness path) and
mau/run-pretty prints Maude-style 'result SORT: TERM' using least-sort
inference. searchpath.sx exposes mau/search-path-terms (term-level entry).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 15:49:45 +00:00
parent fecd3e4b0d
commit 6ea9ecf9a4
6 changed files with 111 additions and 26 deletions

View File

@@ -1,8 +1,8 @@
{
"lang": "maude",
"total_passed": 250,
"total_passed": 254,
"total_failed": 0,
"total": 250,
"total": 254,
"suites": [
{"name":"parse","passed":65,"failed":0,"total":65},
{"name":"reduce","passed":26,"failed":0,"total":26},
@@ -16,7 +16,7 @@
{"name":"strategy","passed":19,"failed":0,"total":19},
{"name":"meta","passed":18,"failed":0,"total":18},
{"name":"pretty","passed":11,"failed":0,"total":11},
{"name":"run","passed":6,"failed":0,"total":6}
{"name":"run","passed":10,"failed":0,"total":10}
],
"generated": "2026-06-07T15:46:14+00:00"
"generated": "2026-06-07T15:49:17+00:00"
}