Module Browser


module Browser: sig .. end
Contains the implementation of a browser.


A browser execution model that implements the signature of a reactive system. In order to generate documentation for the entire module, we must leave off the signature specification, which would be as follows:

        module Impl: REACTIVE_SYSTEM_TYPE
                    with type input_event = Io.input_event
                    with type output_event = Io.output_event
    

module Impl: sig .. end