Experimental state management framework for native Reason
isolinear
is an Elm Architecture inspired framework for native Reason state management.
It provides a functor for creating an application model, and updating the model. Like Elm, Update
s specify both a way to update the state, and side effects.