package reactiveData

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

reactiveData 0.2.2

Libraries

This package provides the following libraries (via ocamlobjinfo):

reactiveData

Documentation:

  • ReactiveData ReactiveData is a module for data-aware functional reactive programming (FRP). It adds support to incremental changes in data structures by reasoning on patches instead of absolute values. ReactiveData is based on and inter-operates with React.