haxl-2.0.1.0: A Haskell library for efficient, concurrent, and concise data access.

Safe HaskellNone
LanguageHaskell2010

Haxl.Core.Run

Description

Defines runHaxl. Most users should import Haxl.Core instead.

Synopsis

Documentation

runHaxl :: forall u a. Env u -> GenHaxl u a -> IO a Source #

Runs a Haxl computation in the given Env.