change ptime util; amount fraction to int32
This commit is contained in:
parent
2433ff3932
commit
f278048faa
3 changed files with 16 additions and 11 deletions
|
|
@ -34,7 +34,7 @@ let () =
|
|||
sign= Some `Plus;
|
||||
currency= `Eur;
|
||||
value= Int64.of_int 25;
|
||||
fraction= Int64.of_int 678;
|
||||
fraction= Int32.of_int 678;
|
||||
}
|
||||
in
|
||||
let s = to_string v in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue