You can search for identifiers within the package.
in-package search v0.2.0
type 'a t
A reference aware of a context
val create : creator -> 'a -> 'a t
Create a reference in this context with the given value
val set : 'a t -> 'a -> unit
Modify the reference
val get : 'a t -> 'a
Get the current value of the reference
val incr : int t -> unit
Increment the current value of the reference
val creator : 'a t -> creator
val pp : 'a Fmt.t -> 'a t Fmt.t