IOSpec: A pure specification of the IO monad.
This package consists of several modules, that give a
pure specification of functions in the IO monad:
* Test.IOSpec.Fork: a pure specification of
forkIO
.
* Test.IOSpec.IORef: a pure specification of most
functions that create and manipulate on IORefs
.
* Test.IOSpec.MVar: a pure specification of most
functions that create and manipulate and MVars
.
* Test.IOSpec.STM: a pure specification of
atomically
and the STM
monad.
* Test.IOSpec.Teletype: a pure specification of
getChar
, putChar
, and several related
Prelude functions.
Besides these modules containing the specifications,
there are a few other important modules:
* Test.IOSpec.Types: defines the IOSpec
type and
several amenities.
* Test.IOSpec.VirtualMachine: defines a virtual
machine on which to execute pure specifications.
* Test.IOSpec.Surrogate: a drop-in replacement for
the other modules. Import this and recompile your
code once you've finished testing and debugging.
There are several well-documented examples included
with the source distribution.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- IOSpec-0.3.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] | 0.1, 0.1.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.3, 0.3.1, 0.3.1.1, 0.3.1.2 |
---|---|
Dependencies | base (>=4.8.0.0 && <5), mtl, QuickCheck (>=2 && <3), Stream [details] |
License | BSD-3-Clause |
Author | Wouter Swierstra, Yusaku Hashimoto, Nikolay Amiantov |
Maintainer | Wouter Swierstra <w.s.swierstra@uu.nl> |
Category | Testing |
Uploaded | by WouterSwierstra at 2018-10-29T08:05:27Z |
Distributions | Arch:0.3.1.2, Debian:0.3.1.1, Fedora:0.3.1.2, NixOS:0.3.1.2 |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 13910 total (20 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-10-29 [all 1 reports] |