Module Eliom_registration.Any

module Any: Eliom_registration_sigs.S_poly_with_send 
  with type 'a page = 'a kind
   and type options = unit
   and type 'a return = Eliom_service.non_ocaml
   and type 'a result = 'a kind

include Eliom_registration_sigs.S_poly
type 'a result 
val send : ?options:options ->
?charset:string ->
?code:int ->
?content_type:string ->
?headers:Cohttp.Header.t ->
'a page -> 'a result Lwt.t