package calendar

  1. Overview
  2. Docs

Module Utils.IntSource

Integer implementation.

  • since 2.0
Sourcetype t = int
Sourceval equal : t -> t -> bool

Equality over t.

Sourceval compare : t -> t -> int

Comparison over t. compare x y returns 0 iff equal x y = 0. If x and y are not equal, it returns a negative integer iff x is lesser than y and a positive integer otherwise.

Sourceval hash : t -> int

A hash function over t.

OCaml

Innovation. Community. Security.