Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Execute transcripts.
Documentation
Instances
Exception Error Source # | |
Defined in Unison.Codebase.Transcript.Runner toException :: Error -> SomeException # fromException :: SomeException -> Maybe Error # displayException :: Error -> String # | |
Show Error Source # | |
type Runner = String -> Text -> (FilePath, Codebase IO Symbol Ann) -> IO (Either Error (Seq Stanza)) Source #
:: 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 |