Module Ecaml.Obarray
An obarray is a hash table mapping strings to Symbol.t
s. Symbol.intern
and Form.read
use an obarray.
(Info-goto-node "(elisp)Creating Symbols")
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val standard : t
(describe-variable 'obarray)
(Info-goto-node "(elisp)Creating Symbols")