[random] Just export the type of MonadPseudoRandom

This commit is contained in:
Vincent Hanquez 2015-05-23 12:30:52 +01:00
parent 23b5146f0f
commit ed48246740

View File

@ -16,7 +16,7 @@ module Crypto.Random
, DRG(..) , DRG(..)
-- * Random abstraction -- * Random abstraction
, MonadRandom(..) , MonadRandom(..)
, MonadPseudoRandom(..) , MonadPseudoRandom
) where ) where
import Crypto.Random.Types import Crypto.Random.Types