Warning: Reason support is experimental. We are looking for beta-tester and contributors.

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 Eliom services and to client-side service implementation.

The main functions about services are documented in Eliom_service_sigs.S.


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