package daypack-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Daypack_lib.DurationSource

Sourcetype t = {
  1. days : int;
  2. hours : int;
  3. minutes : int;
  4. seconds : int;
}
Sourceval zero : t
Sourceval of_seconds : int64 -> (t, unit) result
Sourceval to_seconds : t -> int64
Sourceval normalize : t -> t
Sourceval of_string : string -> (t, string) result
Sourcemodule To_string : sig ... end
OCaml

Innovation. Community. Security.