type 'a attribute
= 'a t
type t
=
|
T : _ attribute ‑> t
include Ecaml.Symbol.Subtype with type t := t
val of_symbol_exn : Ecaml.Symbol.symbol ‑> t
val to_symbol : t ‑> Ecaml.Symbol.symbol
val of_value_exn : Ecaml.Value.t ‑> t
val to_value : t ‑> Ecaml.Value.t
val all : t list