fix exchange_sig: correctly group and order denominations

This commit is contained in:
swrup 2026-02-23 09:02:39 +01:00 committed by Swrup
parent 481adaf53e
commit abfd35c425
5 changed files with 141 additions and 104 deletions

View file

@ -38,6 +38,8 @@ module Timestamp : sig
val never : t
val zero : t
val compare : t -> t -> int
val min : t -> t -> t
val max : t -> t -> t
val diff : t -> t -> Relative.t
val of_s : int64 -> t