package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

An obarray is a hash table mapping strings to Symbol.ts. Symbol.intern and Form.read use an obarray.

(Info-goto-node "(elisp)Creating Symbols")

type t
include sig ... end
val sexp_of_t : t -> Sexplib.Sexp.t
val standard : t

(describe-variable 'obarray) (Info-goto-node "(elisp)Creating Symbols")

val iter : t -> f:(Symbol.t -> unit) -> unit

(describe-function 'mapatoms) (Info-goto-node "(elisp)Creating Symbols")