package ecaml

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

(Info-goto-node "(elisp)Display Property")

module Margin : sig ... end
type t =
  1. | Display_in_margin of Margin.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_values : t -> Ecaml_value.Value.t list
val of_values_exn : (Ecaml_value.Value.t * Ecaml_value.Value.t) -> t