sihl.database
Ql.Page
sihl
sihl.authn
sihl.authz
sihl.core
sihl.email
sihl.http
sihl.message
sihl.middleware
sihl.migration
sihl.password-reset
sihl.queue
sihl.repository
sihl.schedule
sihl.session
sihl.storage
sihl.token
sihl.user
sihl.utils
type t = {
limit : int option;
offset : int option;
}
val pp : Format.formatter -> t -> unit
val show : t -> string
val equal : t -> t -> bool
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val empty : t
val set_limit : int -> t -> t
val set_offset : int -> t -> t
val get_limit : t -> int option
val get_offset : t -> int option
val of_string : string -> (t, string) Result.t
val to_string : t -> string