package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a effect := 'a t
type ('a, 'b) t
val make : request:'a -> on_response:('b -> unit effect) -> ('a, 'b) t
val request : ('a, 'b) t -> 'a
val respond_to : ('a, 'b) t -> 'b -> unit effect