module Second: Time_sig.Second with type t = second
Time_sig.Second
with type t = second
type t
val from_int : int -> t
int -> t
val from_float : float -> t
float -> t
val to_int : t -> int
t -> int
from_int
val to_float : t -> float
t -> float
from_float