@hackage mvc1.1.7
Model-view-controller
Categories
License
BSD-3-Clause
Maintainer
GenuineGabriella@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (10)
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.