Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
ptrace :: Term s PString -> Term s a -> Term s a Source #
Trace the given message before evaluating the argument.
ptraceIfTrue :: Term s PString -> Term s PBool -> Term s PBool Source #
Trace the given message if the argument evaluates to true.