haxl-2.0.0.0: A Haskell library for efficient, concurrent, and concise data access.
Haxl.Core.Run
Description
Defines runHaxl. Most users should import Haxl.Core instead.
runHaxl
Synopsis
runHaxl :: forall u a. Env u -> GenHaxl u a -> IO a Source #
Runs a Haxl computation in the given Env.
Haxl
Env