Module Attr_payloads.AssocRole
include module type of struct include M end
include sig ... end
type comparator_witness = Base__Comparator.Make(T).comparator_witness
include module type of struct include T end
type t = T.t =
| Requires
| Ensures
| Decreases
| Refine
| ProcessRead
| ProcessWrite
| ProcessInit
| ProtocolMessages
| ItemQuote
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val equal : t -> t -> Ppx_deriving_runtime.bool
val t_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> t
val yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t