package odate

  1. Overview
  2. Docs

Module Duration_privateSource

Sourcemodule P = Stdlib
Sourcemodule O : sig ... end
Sourceval ms_in_ms : O.t
Sourceval ms_in_s : O.t
Sourceval s_in_s : O.t
Sourceval s_in_min : O.t
Sourceval ms_in_min : O.t
Sourceval min_in_hour : O.t
Sourceval ms_in_hour : O.t
Sourceval hour_in_day : O.t
Sourceval ms_in_day : O.t
Sourceval day_in_week : O.t
Sourceval ms_in_week : O.t
Sourceval day_in_year : O.t
Sourceval month_in_year : O.t
Sourceval day_in_month : O.t
Sourceval ms_in_month : O.t
Sourceval ms_in_year : O.t
Sourceval fact_of_directive : char -> O.t
Sourceval apply_directive : char -> O.t -> O.t * O.t
Sourceval static_printer : string -> O.t -> O.t -> string
Sourceval empty_printer : O.t -> O.t -> string
Sourceval show_value : int -> O.t -> O.t -> string
Sourceval check_condition : [< `EQ | `GT | `LT | `NEQ ] -> int -> (O.t -> O.t -> string) -> (O.t -> O.t -> string) option -> O.t -> O.t -> string
Sourceval check_condition_simple : [< `EQ of int | `GT | `LT ] -> (O.t -> O.t -> string) -> O.t -> O.t -> string
Sourceval directive_block : char -> (O.t -> O.t -> 'a) -> O.t -> 'b -> 'a