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

Module type Os_notif.ARG

module type ARG = sig..end

ARG is for making Make. It is a simplified version of Eliom_notif.ARG.


type key
type server_notif
type client_notif
val prepare : 
  Os_types.User.id option ->
  server_notif -> client_notif option Lwt.t
val equal_key : key -> key -> bool
val max_resource : int
val max_identity_per_resource : int