package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | T : 'a Attribute.t * 'a -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare_attribute_name : t -> t -> int
val of_value_exn : Value.t -> t
val sort_by_attribute_name : t list -> t list
val to_value_list : t -> Ecaml_value__.Value0.t list