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

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.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1, 0.2, 0.2, 0.2.0.1
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-21T23:51:53Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for monad-interleave-0.2

[back to package description]

Synopsis

MTL-style abstraction over unsafeInterleaveIO.