Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Util.Trace

Description

Utils for trace-oriented logging.

Synopsis

Documentation

force :: (MonadIO m, DeepSeq.NFData a) => a -> m () Source #

trace :: MonadIO m => String -> m () Source #

Write a trace entry. This goes in the eventlog, and can be read by threadscope or chrome, after App.ConvertEventLog