@hackage restartable0.1.0.0

Minimal live coding library for model-view-event-update applications.

Minimal live coding library. It can store model of the model-view-event-update applications. It uses FromJSON and ToJSON with default value for absent data elements, and Generic parser otherwise: > import Initially(initially, Initial) > data MyModel = Model { timestamp :: UTCTime } > instance FromJSON MyModel where > parseJSON = initially myDefaultValue > instance Initial MyModel > > main = restartable

Please see the README on GitHub at https://github.com/mjgajda/restartable#readme