Virtual.Amount
type nonrec t = Currency.Amount.t
val if_ : bool -> then_:'a -> else_:'a -> 'a
module Signed = Currency.Amount.Signed
val zero : Currency.Amount.Stable.Latest.t
val (-) : t -> t -> Signed.t
val (+) : t -> t -> t
val add_signed : t -> Signed.t -> t