package sihl

  1. Overview
  2. Docs
The modular functional web framework

Install

Dune Dependency

Authors

Maintainers

Sources

sihl-queue-0.1.9.tbz
sha256=77f0813d75a88edd14b3396e8b848d94c31c28803299b4b1bd4b78b1de4a2e80
sha512=a8907bc35ea14b7c3a7d638979a2a274860202b2de58b84b5621a4908db001ace493d8aa2e5383f4c8b1847efd256938592f63ef75a41521284b3640d3a7442a

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.