Copyright | Copyright (c) 2009-2016 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell2010 |
Tested with: GHC 8.0.1
Here is defined a random number generator, where
the MonadIO
-based monad can be an instance of MonadGenerator
.
Orphan instances
(Functor m, Monad m, MonadIO m, MonadTemplate m) => MonadGenerator m Source # | |