package ecaml

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

(Info-goto-node "(elisp)Special Properties")

module One : sig ... end
type t = One.t list
include sig ... end
val sexp_of_t : t -> Sexplib.Sexp.t
val of_value_exn : Value.t -> t
val to_value : t -> Value.t
val normalize : t -> t

normalize sorts t; it is used to get consistent ordering when comparing Ansi_color to Elisp's ansi-color functionality.