tilia-0.0.1.0: corpora/vendored/other/cpp/inside-a-signature.hs
{-# LANGUAGE CPP #-}
module Terminal.Trace where
import GHC.Stack (HasCallStack)
traceMessage ::
#ifdef WITH_CALLSTACK
(HasCallStack) =>
#endif
String -> [(String, Int)] -> Maybe String -> Either String Int -> IO ()
traceMessage message _pairs _fallback _outcome = putStrLn message