package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val map_s : ?eq:('b -> 'b -> bool) Value.t -> ('a -> 'b Lwt.t) Value.t -> 'a t -> 'b t Lwt.t
val l2_s : ?eq:('c -> 'c -> bool) Value.t -> ('a -> 'b -> 'c Lwt.t) Value.t -> 'a t -> 'b t -> 'c t Lwt.t
val l3_s : ?eq:('d -> 'd -> bool) Value.t -> ('a -> 'b -> 'c -> 'd Lwt.t) Value.t -> 'a t -> 'b t -> 'c t -> 'd t Lwt.t
val l4_s : ?eq:('e -> 'e -> bool) Value.t -> ('a -> 'b -> 'c -> 'd -> 'e Lwt.t) Value.t -> 'a t -> 'b t -> 'c t -> 'd t -> 'e t Lwt.t
val l5_s : ?eq:('f -> 'f -> bool) Value.t -> ('a -> 'b -> 'c -> 'd -> 'e -> 'f Lwt.t) Value.t -> 'a t -> 'b t -> 'c t -> 'd t -> 'e t -> 'f t Lwt.t
val l6_s : ?eq:('g -> 'g -> bool) Value.t -> ('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g Lwt.t) Value.t -> 'a t -> 'b t -> 'c t -> 'd t -> 'e t -> 'f t -> 'g t Lwt.t
val merge_s : ?eq:('a -> 'a -> bool) Value.t -> ('a -> 'b -> 'a Lwt.t) Value.t -> 'a -> 'b t list -> 'a t Lwt.t