[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(..)
-- * Random abstraction
, MonadRandom(..)
, MonadPseudoRandom(..)
, MonadPseudoRandom
) where
import Crypto.Random.Types