We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9328dc + e003c94 commit ed73c87Copy full SHA for ed73c87
bench/main.ml
@@ -27,7 +27,7 @@ let () =
27
|> String.concat ", "
28
in
29
let output =
30
- Printf.sprintf {| {"name": "saturn", "results": [%s]}|} results
+ Printf.sprintf {|{"results": [%s]}|} results
31
(* Cannot use Yojson rewriters as of today none works on OCaml 5.1.0.
32
This at least verifies that the manually crafted JSON is well-formed.
33
0 commit comments