package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nonrec 'a ref = 'a Stdlib.ref
val ref : 'a -> 'a Stdlib.ref
val (!) : 'a Stdlib.ref -> 'a
val (:=) : 'a Stdlib.ref -> 'a -> unit
val ref_of_sexp : (Sexplib0__.Sexp.t -> 'a) -> Sexplib0__.Sexp.t -> 'a Stdlib.ref
val sexp_of_ref : ('a -> Sexplib0__.Sexp.t) -> 'a Stdlib.ref -> Sexplib0__.Sexp.t
module Lazy : sig ... end
module Option = Stdlib.Option
OCaml

Innovation. Community. Security.