package sihl

  1. Overview
  2. Docs
The modular functional web framework

Install

Dune Dependency

Authors

Maintainers

Sources

sihl-queue-0.1.7.tbz
sha256=a432c28b88610b8ef914aa93d1be5bf3ad4b357ebaa8e95848e981ea30611cd4
sha512=e85a2c2935973826ef29191d6a784dca53660c8df55a98174d7326a8a73865cf7f35bfae034b179d85f30bb809985da3c6d170608da2e9ac9763b8fd1f8a1a4e

doc/sihl.database/Sihl_database/View/PartialCollection/index.html

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.