Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. errorX :: HasCallStack => String -> a

    clash-prelude Clash.XException

    Like error, but throwing an XException instead of an ErrorCall The ShowX methods print these error-values as undefined; instead of error'ing out with an exception.

  2. panicImpossible :: String -> a

    rzk Rzk.TypeCheck

    No documentation available.

  3. autocollectError :: String -> a

    tasty-autocollect Test.Tasty.AutoCollect.Error

    No documentation available.

  4. noOv :: String -> a

    tidal Sound.Tidal.Boot

    • Patterns as numbers

  5. badUsage :: String -> a

    copilot-language Copilot.Language

    Report an error due to an error detected by Copilot (e.g., user error).

  6. internalErr :: String -> a

    language-c Language.C.Data.Error

    raise a fatal internal error; message may have multiple lines

  7. error :: HasCallStack => String -> a

    verset Verset

    Warning: error should be used only for debugging

  8. renderJSON_NoLayout :: ToJSON Identity a => a -> ByteString

    hackage-security Hackage.Security.JSON

    Variation on renderJSON for files that don't require the repo layout

  9. renderJSON_NoLayout :: ToJSON Identity a => a -> ByteString

    hackage-security Hackage.Security.Server

    Variation on renderJSON for files that don't require the repo layout

  10. fail :: PolyCont (Return IOError) r Void => String -> r

    control-dsl Control.Dsl

    Lift an IOError to the answer type, similar to fail. This fail function aims to be used as the last statement of a do block.

Page 9 of many | Previous | Next