package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a Pervasives.OCamlStandard.Pervasives.ref = {
  1. mutable contents : 'a;
}
val of_contents : 'a -> 'a t
val contents : 'a t -> 'a
val assign : 'a t -> 'a -> unit
module O : sig ... end
module SpecializeOperators (A : sig ... end) : sig ... end
module Specialize (A : sig ... end) : sig ... end
module SpecializePredSucc (A : Traits.PredSucc.S0) : sig ... end