Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
terror :: HasCallStack => Text -> abasic-prelude CorePrelude error applied to Text Since 0.4.1
terror :: HasCallStack => Text -> aclassy-prelude ClassyPrelude error applied to Text Since 0.4.1
-
logging Control.Logging A logging variant of error which uses unsafePerformIO to output a log message before calling error.
-
logging Control.Logging No documentation available.
terror :: HasCallStack => Text -> aclassy-prelude-yesod ClassyPrelude.Yesod error applied to Text Since 0.4.1
-
reflex Reflex.Spider.Internal No documentation available.
ppShow :: Pretty (PP a) => a -> Stringdebian Debian.Pretty No documentation available.
anythingToString :: a -> Stringrecover-rtti Debug.RecoverRTTI Show any value This shows any value, as long as it's not unlifted. The result should be equal to show instances, with the following caveats:
- User-defined types (types not explicitly known to this library) with a custom Show instance will still be showable, but the result will be what the derived show instance would have done.
- Record field names are not known at runtime, so they are not shown.
- UNPACKed data is not visible to this library (if you compile with -O0 ghc will not unpack data, so that might be a workaround if necessary).
anythingToString :: a -> Stringrecover-rtti Debug.RecoverRTTI.Classify Show any value This shows any value, as long as it's not unlifted. The result should be equal to show instances, with the following caveats:
- User-defined types (types not explicitly known to this library) with a custom Show instance will still be showable, but the result will be what the derived show instance would have done.
- Record field names are not known at runtime, so they are not shown.
- UNPACKed data is not visible to this library (if you compile with -O0 ghc will not unpack data, so that might be a workaround if necessary).
-
TCache Data.TCache.Memoization given a string, return a key that can be used in Indexable instances Of non persistent objects, such are cached objects (it changes fron execution to execution) . It uses addrHash