package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = int Reference.t
module O : sig ... end
include sig ... end
val of_contents : Int.t -> t
val contents : t -> Int.t
val assign : t -> Int.t -> unit
include sig ... end
val increment : t -> unit
val decrement : t -> unit
include sig ... end