Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = attr list
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
exception Error of t * string
val by_name : string -> attr -> bool
FIXME attribute case sensitivity?
val is_unique : attr list -> bool
val check_unique : t -> bool
val exists : t -> string -> bool
val names : attr list -> string
val to_string : t -> Ppx_deriving_runtime.string
val print : t -> unit