mvc: Model-view-controller
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.
Downloads
- mvc-1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7 |
---|---|
Dependencies | async (>=2.0.0 && <2.1), base (>=4 && <5), contravariant (<0.7), mmorph (>=1.0.2 && <1.1), pipes (>=4.0.0 && <4.2), pipes-concurrency (>=2.0.1 && <2.1), transformers (>=0.2.0.0 && <0.5) [details] |
License | BSD-3-Clause |
Copyright | 2014 Gabriel Gonzalez |
Author | Gabriel Gonzalez |
Maintainer | Gabriel439@gmail.com |
Category | Control, Concurrency |
Bug tracker | https://github.com/Gabriel439/Haskell-MVC-Library/issues |
Source repo | head: git clone https://github.com/Gabriel439/Haskell-MVC-Library |
Uploaded | by GabrielGonzalez at 2014-06-09T03:04:38Z |
Distributions | |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 9929 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |