trace-dispatcher-2.5.2: Tracers for Cardano
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Logging.Utils

Synopsis

Documentation

runInLoop :: IO () -> FilePath -> Word -> IO () Source #

Run monadic action in a loop. If there's an exception, it will re-run the action again, after pause that grows.

uncurry3 :: (a -> b -> c -> d) -> (a, b, c) -> d Source #

Converts a curried function to a function on a triple.

showT :: Show a => a -> Text Source #

Convenience function for a Show instance to be converted to text immediately

showTHex :: (Integral a, Show a) => a -> Text Source #

Convenience function for a showHex call converted to text immediately