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

Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>

Control.Monad.Interleave

Description

Monads with an unsaveInterleaveIO-like operation.

Synopsis

Documentation

class Monad m => MonadInterleave m whereSource

Monads that have an operation like unsafeInterleaveIO.

Methods

unsafeInterleave :: m a -> m aSource

Get the baton from the monad without doing any computation.