Files
rose-ash/lib/ocaml
giles 812aa75d43
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 32s
ocaml: phase 6 Hashtbl (+6 tests, 332 total)
Backing store is a one-element list cell holding a SX dict; keys
coerced to strings via str so int/string keys work uniformly. API:
create, add, replace, find, find_opt, mem, length.

_hashtbl_create / _hashtbl_add / _hashtbl_replace / _hashtbl_find_opt /
_hashtbl_mem / _hashtbl_length primitives wired in eval.sx; OCaml-side
Hashtbl module wraps them in lib/ocaml/runtime.sx.
2026-05-08 12:57:22 +00:00
..