package packet

  1. Overview
  2. Docs
module GroupRec : sig ... end
type t = {
  1. chksum : int16;
  2. grs : GroupRec.t list;
}