package odate

  1. Overview
  2. Docs
Date & Duration Library

Install

Dune Dependency

Authors

Maintainers

Sources

odate-0.7.tbz
sha256=74192cc81d97f3c2689b6f5b55ef5006f71412cc947441832260ea85518f55af
sha512=2d490b6b102ed0e153192a13acc65ce67ef31414e68e96b8152ada38b05a7624f9c6f246692cffb4fb39422de600160613ef82ea2843d7cd6e79b20fd23ae438

doc/odate/Duration_private/O/index.html

Module Duration_private.OSource

Sourcetype t
Sourceval (*) : t -> t -> t
Sourceval (+) : t -> t -> t
Sourceval (-) : t -> t -> t
Sourceval (/) : t -> t -> t
Sourceval abs : t -> t
Sourceval of_int : int -> t
Sourceval of_float : float -> t
Sourceval compare : t -> t -> int
Sourceval lt : t -> t -> bool
Sourceval le : t -> t -> bool
Sourceval gt : t -> t -> bool
Sourceval ge : t -> t -> bool
Sourceval to_string : t -> string
Sourceval zero : t
Sourceval one : t
Sourceval to_float : t -> float
Sourceval to_int : t -> int
Sourceval div : t -> t -> int * t
OCaml

Innovation. Community. Security.