This commit is contained in:
parent
2433ff3932
commit
cf31fd7441
3 changed files with 18 additions and 12 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