package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ecaml_value.Valueable.S with type t := t
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t
val emacs : t
val ecaml : t
val defgroup : string -> Core.Source_code_position.t -> docstring:string -> parents:t list -> t

Define a new customization group.

(describe-function 'defgroup) (Info-goto-node "(elisp)Group Definitions")

val of_string : string -> t

Reference an already-existing customization group.

val to_string : t -> string
val to_symbol : t -> Symbol.t