Module Virtual.Amount

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