Module S3.Ls

type t = (content list * cont) result
and cont =
  1. | More of ?max_keys:int -> unit -> t
  2. | Done