module Rounding: sig .. end
sig
end
type t =
|
Up
Down
Near
val pretty : Format.formatter -> t -> unit
Format.formatter -> t -> unit
val eq : t -> t -> bool
t -> t -> bool