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
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val of_value_exn : Ecaml_value.Value.t -> t
val to_value : t -> Ecaml_value.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.