package sihl-type

  1. Overview
  2. Docs

Module Ql.PageSource

Sourcetype t = {
  1. limit : int option;
  2. offset : int option;
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval empty : t
Sourceval set_limit : int -> t -> t
Sourceval set_offset : int -> t -> t
Sourceval get_limit : t -> int option
Sourceval get_offset : t -> int option
Sourceval of_string : String.t -> (t, 'a) result
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.