package sihl

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

Module View.PartialCollectionSource

Sourcetype controls
Sourceval last : controls -> Ql.Page.t option
Sourceval next : controls -> Ql.Page.t option
Sourceval previous : controls -> Ql.Page.t option
Sourceval first : controls -> Ql.Page.t option
Sourceval pp_controls : Format.formatter -> controls -> unit
Sourceval show_controls : controls -> string
Sourceval equal_controls : controls -> controls -> bool
Sourceval controls_to_yojson : controls -> Yojson.Safe.t
Sourcetype 'a t = {
  1. member : 'a list;
  2. total_items : int;
  3. controls : controls;
}
Sourceval create : page:Ql.Page.t -> meta:Repository.Meta.t -> 'a list -> 'a t
Sourceval controls : 'a t -> controls
Sourceval total_items : 'a t -> int
Sourceval member : 'a t -> 'a list
Sourceval pp : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit
Sourceval show : (Format.formatter -> 'a -> unit) -> 'a t -> string
Sourceval equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
Sourceval to_yojson : ('a -> Yojson.Safe.t) -> 'a t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.