Skip to content

Commit

Permalink
fix yojson
Browse files Browse the repository at this point in the history
  • Loading branch information
SHoltzen committed Dec 7, 2022
1 parent 903896b commit 800cd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dice.ml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let print_res r =
Format.printf "================[ Error ]================\n";
Format.printf "%s\n" value

let json_res r : Yojson.json =
let json_res r =
let open Yojson in
match r with
| StringRes(name, v) -> `Assoc([name, `String(v)])
Expand Down

0 comments on commit 800cd7b

Please sign in to comment.