package stk

  1. Overview
  2. Docs
module I : sig ... end
include module type of struct include I end
type t = I.t
val gen : unit -> t
val compare : t -> t -> int
val to_string : t -> string
val pp : Format.formatter -> t -> unit
val equal : t -> t -> bool
val to_int : t -> int
val of_int : int -> t
module Map = I.Map
val wrapper : t Ocf.wrapper
OCaml

Innovation. Community. Security.