| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unison.Codebase.Transcript.Runner
Description
Execute transcripts.
Documentation
Constructors
| ParseError (ParseErrorBundle Text Void) | |
| RunFailure Transcript | |
| PortBindingFailure |
Instances
| Exception Error Source # | |
Defined in Unison.Codebase.Transcript.Runner Methods toException :: Error -> SomeException # fromException :: SomeException -> Maybe Error # displayException :: Error -> String # | |
| Show Error 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) |
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 |