package sihl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ql.PageSource

Sourcetype t = {
  1. limit : int option;
  2. offset : int option;
}
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval equal : t -> t -> bool
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, string) Result.t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.