package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Attributes of Face.Attribute_and_value.t list
  2. | Face of Face.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val of_value_exn : Ecaml_value.Value.t -> t
val to_value : t -> Ecaml_value.Value.t