mvc: Model-view-controller
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 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.6, 1.1.7 |
---|---|
Change log | None available |
Dependencies | async (>=2.0.0 && <2.2), base (>=4 && <5), contravariant (<1.5), foldl (>=1.1 && <1.4), managed (<1.1), mmorph (>=1.0.2 && <1.1), pipes (>=4.1.7 && <4.4), pipes-concurrency (>=2.0.3 && <2.1), transformers (>=0.2.0.0 && <0.6) [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 2017-12-01T04:03:16Z |
Modules
[Index]
Downloads
- mvc-1.1.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees