package ecaml

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

Define constants. (N.B. Elisp constants are mutable. Read the docs.)

(Info-goto-node "(elisp)Defining Variables")

val defconst : Symbol.t -> Core.Source_code_position.t -> docstring:string -> type_:'a Ecaml_value.Value.Type.t -> value:'a -> 'a Var.t

(describe-function 'defconst)

val defconst_i : Symbol.t -> Core.Source_code_position.t -> docstring:string -> type_:'a Ecaml_value.Value.Type.t -> value:'a -> unit
module Private : sig ... end