| Safe Haskell | None |
|---|
Haxl.Core.Env
Description
The Haxl monad environment.
Documentation
The data we carry around in the Haxl monad.
initEnv :: StateStore -> u -> IO (Env u)Source
Initializes an environment with DataStates and an input map.
initEnvWithData :: StateStore -> u -> Caches -> IO (Env u)Source
Initialize an environment with a StateStore, an input map, a
preexisting DataCache, and a seed for the random number generator.