fmt: break-separators=before; + wip Future_sign_key

This commit is contained in:
swrup 2025-10-06 21:42:24 +02:00
parent 68b5e6608a
commit 7ab0d55c51
8 changed files with 724 additions and 32 deletions

View file

@ -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