Module Ecaml.Display_property
module Margin : sig ... end
type t
=
|
Display_in_margin of Margin.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_values : t -> Ecaml__.Import.Value.t list
val of_values_exn : (Ecaml__.Import.Value.t * Ecaml__.Import.Value.t) -> t