Idris2Doc : Evince.Async.Hoist

Evince.Async.Hoist

(source)

Definitions

hoistSpec : (fx->gx) ->Specfab->Specgab
  Re-target a spec from one effect monad to another, mapping every test
action and cleanup through the given natural transformation. Lets a spec
written as `Spec IO` run under the async driver via `liftIO`.

Visibility: export