monad-interleave: Monads with an unsaveInterleaveIO-like operation.

[ bsd3, library, monads ] [ Propose Tags ]

A type class for monads that have an "unsafeInterleave" operation. Instances are provided for IO and both strict and lazy ST.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.2.0.1 (info)
Change log Changelog.md
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Copyright (c) 2009. Patrick Perry <patperry@stanford.edu> (c) 2022. Sergey Vinokurov <serg.foo@gmail.com>
Author Patrick Perry
Maintainer Sergey Vinokurov <serg.foo@gmail.com>
Category Monads
Home page https://github.com/sergv/monad-interleave
Bug tracker https://github.com/sergv/monad-interleave/issues
Source repo head: git clone https://github.com/sergv/monad-interleave.git
Uploaded by SergeyVinokurov at 2022-11-22T00:10:40Z
Distributions LTSHaskell:0.2.0.1, NixOS:0.2.0.1, Stackage:0.2.0.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1215 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-11-22 [all 1 reports]

Readme for monad-interleave-0.2.0.1

[back to package description]

Synopsis

MTL-style abstraction over unsafeInterleaveIO.