Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. vferror :: String -> a

    vformat Text.Format

    Raises an error with a vformat-specific prefix on the message string.

  2. abort :: String -> a

    xmonad XMonad.StackSet

    this function indicates to catch that an error is expected

  3. clashCompileError :: HasCallStack => String -> a

    clash-prelude Clash.Magic

    Same as error but will make HDL generation fail if included in the final circuit. This is useful for the error case of static assertions. Note that the error message needs to be a literal, and during HDL generation the error message does not include a stack trace, so it had better be descriptive.

  4. 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.

  5. panicImpossible :: String -> a

    rzk Rzk.TypeCheck

    No documentation available.

  6. autocollectError :: String -> a

    tasty-autocollect Test.Tasty.AutoCollect.Error

    No documentation available.

  7. noOv :: String -> a

    tidal Sound.Tidal.Boot

    • Patterns as numbers

  8. badUsage :: String -> a

    copilot-language Copilot.Language

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

  9. internalErr :: String -> a

    language-c Language.C.Data.Error

    raise a fatal internal error; message may have multiple lines

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

    verset Verset

    Warning: error should be used only for debugging

Page 9 of many | Previous | Next