Convenience module to only pull operators.
include Base.Comparable.Infix with type t := Daytime.t
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (<>) : t -> t -> bool
val (+) : t -> Span.t -> (t, Base.string) Base.Result.t
daytime + span
is the daytime after span
has elapsed, or a relevant error message if the result is out of bounds.