package stdune

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

Module Stdune.IntSource

Sourcetype t = int
Sourceval compare : t -> t -> Ordering.t
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval to_dyn : t -> Dyn.t
include Comparable_intf.S with type key := t
Sourcemodule Map : sig ... end
Sourcemodule Set : sig ... end
Sourceval of_string_exn : string -> t
Sourceval of_string : string -> t option
Sourceval to_string : t -> string
Sourcemodule Infix : Comparator.OPS with type t = t
Sourceval shift_left : t -> t -> t
Sourceval shift_right : t -> t -> t
OCaml

Innovation. Community. Security.