polysemy-db-0.0.1.0: Polysemy effects for databases
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Db.Interpreter.Random

Documentation

interpretRandomAtomic :: forall a q r. Random a => RandomGen q => Member (Embed IO) r => q -> InterpreterFor (Random a) r Source #

interpretRandomState :: forall a q r. Random a => RandomGen q => q -> InterpreterFor (Random a) r Source #

interpretRandom :: forall a r. Random a => Member (Embed IO) r => InterpreterFor (Random a) r Source #