unison-cli-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Codebase.Transcript.Runner

Description

Execute transcripts.

Documentation

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 
-> FilePath 
-> (Runner -> m r) 
-> m r