package virtual_dom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Private.CallbackSource

Sourcetype 'a effect := 'a t
Sourcetype ('a, 'b) t
Sourceval make : request:'a -> on_response:('b -> unit effect) -> ('a, 'b) t
Sourceval request : ('a, 'b) t -> 'a
Sourceval respond_to : ('a, 'b) t -> 'b -> unit effect
OCaml

Innovation. Community. Security.