mvc: Model-view-controller

[ bsd3, concurrency, control, library ] [ Propose Tags ]

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

Maintainer's Corner

Package maintainers

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.2), base (>=4 && <5), contravariant (<1.5), foldl (>=1.1 && <1.2), managed (<1.1), mmorph (>=1.0.2 && <1.1), pipes (>=4.1.7 && <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 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 2016-03-06T00:39:44Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 9565 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-03-06 [all 1 reports]