Copyright | Copyright (c) 2009-2016, David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Tested with: GHC 8.0.1
This module defines the preemptible resource, where
the MonadIO
-based monad can be an instance of MonadResource
.
Orphan instances
(Monad m, MonadDES m, MonadIO m, MonadTemplate m) => MonadResource m Source # | The |
(MonadDES m, MonadIO m, MonadTemplate m) => Eq (Resource m) Source # | |