package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • deprecated Use [Summary.ref ~local:true]
type 'a local_ref = 'a Stdlib.ref
val ref : ?stage:Stage.t -> name:string -> 'a -> 'a local_ref
val (:=) : 'a local_ref -> 'a -> unit
val (!) : 'a local_ref -> 'a
OCaml

Innovation. Community. Security.