This commit is contained in:
swrup 2026-02-23 07:24:40 +01:00
parent af355249fc
commit 72b0c3012a
7 changed files with 72 additions and 76 deletions

View file

@ -227,6 +227,4 @@ module Alt_unit_names = struct
let string_map = String_map.of_list l in
let+ s = Jsont_bytesrw.encode_string string_map_jsont string_map in
s
let encode_exn l = encode l |> Result.get_ok
end