Module Dal.Page

type content = bytes
val pages_per_slot : parameters -> int
module Index : sig ... end
type t = {
  1. slot_id : slot_id;
  2. page_index : Index.t;
}
val equal : t -> t -> bool