type t
=
| Static |
| Constant |
| Read_only |
| Raw_string |
| Has_object_id |
| Can_have_object_id |
| Has_side_effects |
| Custom of string |
include JSONABLE with type t := t
type t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val to_yojson : t -> Yojson.Safe.t