base
Comparable.With_zero
base.composition_infix
base.md5
base.shadow_stdlib
ppxlib
yojson
type t
val is_positive : t -> bool
val is_non_negative : t -> bool
val is_negative : t -> bool
val is_non_positive : t -> bool
val sign : t -> Base__.Sign0.t
Returns Neg, Zero, or Pos in a way consistent with the above functions.
Neg
Zero
Pos