fix exchange_sig: correctly group and order denominations
This commit is contained in:
parent
72b0c3012a
commit
c8863e1a95
5 changed files with 141 additions and 104 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue