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.4.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 (<1.4), foldl (<1.1), managed (<1.1), mmorph (>=1.0.2 && <1.1), pipes (>=4.1.0 && <4.2), pipes-concurrency (>=2.0.3 && <2.1), transformers (>=0.2.0.0 && <0.5.0.0) [details] |
| License | BSD-3-Clause |
| Copyright | 2014 Gabriel Gonzalez |
| Author | Gabriel Gonzalez |
| Maintainer | [email protected] |
| 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 2015-04-11T19:17:04Z |
| Distributions | NixOS:1.1.7 |
| Reverse Dependencies | 3 direct, 0 indirect [details] |
| Downloads | 10097 total (25 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2015-04-11 [all 1 reports] |