Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Aug 27, 2023
1 parent a1c07ec commit a80aab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let account_of_yojson = function
| `String s -> String.split_on_char ':' s
| _ -> failwith "account_of_yojson: expected string"

type amount = int [@@deriving show, yojson]
type amount = int * int [@@deriving show, yojson]
type cost = int [@@deriving show, yojson]
type price = int [@@deriving show, yojson]

Expand Down

0 comments on commit a80aab3

Please sign in to comment.