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.

  1. terror :: HasCallStack => Text -> a

    basic-prelude CorePrelude

    error applied to Text Since 0.4.1

  2. terror :: HasCallStack => Text -> a

    classy-prelude ClassyPrelude

    error applied to Text Since 0.4.1

  3. errorL :: Text -> a

    logging Control.Logging

    A logging variant of error which uses unsafePerformIO to output a log message before calling error.

  4. errorL' :: Text -> a

    logging Control.Logging

    No documentation available.

  5. terror :: HasCallStack => Text -> a

    classy-prelude-yesod ClassyPrelude.Yesod

    error applied to Text Since 0.4.1

  6. showNodeId :: a -> String

    reflex Reflex.Spider.Internal

    No documentation available.

  7. ppShow :: Pretty (PP a) => a -> String

    debian Debian.Pretty

    No documentation available.

  8. anythingToString :: a -> String

    recover-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).
    If classification fails, we show the actual closure.

  9. anythingToString :: a -> String

    recover-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).
    If classification fails, we show the actual closure.

  10. addrStr :: a -> String

    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

Page 3 of many | Previous | Next