Pure OCaml B-tree implementation for persistent storage
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

claude: complete Err -> Error module rename across call sites

Follow up to the module rename: update the remaining callers that
still referenced [Err] (library [claude.ml{,i}], [client.ml], the test
driver [test.ml]), and fix one stray [^ e] string concatenation in
hermest's CLI that needed [Json.Error.to_string e] now that
[Json.of_string] yields a structured error.

+1 -2
+1 -2
lib/dune
··· 1 1 (library 2 2 (name btree) 3 3 (public_name btree) 4 - (libraries eio cstruct fmt) 5 - (modules varint page cell record pager table index btree)) 4 + (libraries eio cstruct fmt))