@hackage mvc1.0.5
Model-view-controller
Categories
License
BSD-3-Clause
Maintainer
Gabriel439@gmail.com
Links
Versions
Installation
Dependencies (9)
Dependents (5)
@hackage/halma-gui, @hackage/liveplot, @hackage/acme-everything, @hackage/mvc-updates, @hackage/halma
Use the mvc library to distill concurrent programs into pure and
single-threaded programs using the Model-View-Controller pattern. This
transformation lets you:
replay your program deterministically,
do property-based testing of your model (like
QuickCheck), and:equationally reason about your pure core.