Files
rose-ash/lib
giles 6a1f63f0d1
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 57s
ocaml: phase 2 try/with + raise (+6 tests, 204 total)
Parser: try EXPR with | pat -> handler | ... -> (:try EXPR CLAUSES).
Eval delegates to SX guard with else matching the raised value against
clause patterns; re-raises on no-match. raise/failwith/invalid_arg
shipped as builtins. failwith "msg" raises ("Failure" msg) so
| Failure msg -> ... patterns match.
2026-05-08 08:20:11 +00:00
..