fmt: break-separators=before; + wip Future_sign_key
This commit is contained in:
parent
b1fbebfcfa
commit
ab53c35d82
8 changed files with 721 additions and 51 deletions
|
|
@ -28,10 +28,10 @@ let () =
|
|||
let open Types.Amount in
|
||||
let v =
|
||||
{
|
||||
sign= Some `Plus
|
||||
; currency= `Eur
|
||||
; value= Int64.of_int 25
|
||||
; fraction= Int64.of_int 678
|
||||
sign= Some `Plus;
|
||||
currency= `Eur;
|
||||
value= Int64.of_int 25;
|
||||
fraction= Int64.of_int 678;
|
||||
}
|
||||
in
|
||||
let s = to_string v in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue