Module Eliom_service

module Eliom_service: sig .. end

Creation and manipulation of Eliom services.

See the Eliom manual for a detailed introduction to the concept of and to .

The main functions about services are documented in .


include Eliom_service_sigs.S
val set_client_fun : ?app:string ->
service:('a, 'b, 'c, 'd, 'e, 'f, 'g, [< `WithSuffix | `WithoutSuffix ], 'h,
'i, 'j)
t ->
('a -> 'b -> result Lwt.t) -> unit