unison-cli-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Codebase.Transcript.Runner

Description

Execute transcripts.

Documentation

type Runner Source #

Arguments

 = String

The name of the transcript to run.

-> ByteString

The contents of the transcript to run.

-> Codebase IO Symbol Ann 
-> IO (Either Error Transcript) 

withRunner Source #

Arguments

:: forall m r. MonadUnliftIO m 
=> Bool

Whether to treat this transcript run as a transcript test, which will try to make output deterministic

-> Verbosity 
-> UCMVersion 
-> (Runner -> m r) 
-> m r