Roles.Group
type kind = Group.Kind.t
type role = Role.t
type role_kind = Role.kind
type role_alignment = Role.alignment
type t =
| Role of role
| Kind of role_kind
| Alignment of role_alignment
val equal : t -> t -> Ppx_deriving_runtime.bool
val kind : t -> Group.Kind.t
val is_role_of_group : t -> role -> bool