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. pgmError :: HasCallStack => String -> a

    ghc-lib-parser GHC.Utils.Panic.Plain

    Panics and asserts.

  2. cmdLineError :: String -> a

    ghc-lib-parser GHC.Utils.Panic.Plain

    No documentation available.

  3. skeletestPluginError :: String -> a

    skeletest Skeletest.Internal.Error

    No documentation available.

  4. invariantViolation :: String -> a

    skeletest Skeletest.Internal.Error

    No documentation available.

  5. nonBottomError :: String -> a

    ChasingBottoms Test.ChasingBottoms.IsBottom

    nonBottomError s raises an exception (AssertionFailed) that is not caught by isBottom. Use s to describe the exception.

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

    foundation Foundation

    stop execution and displays an error message

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

    rebase Rebase.Data.Vector.Internal.Check

    No documentation available.

  8. fatal :: HasCallStack => String -> a

    dejafu Test.DejaFu.Internal

    error but saying where it came from

  9. abort :: Partial => String -> a

    hledger Hledger.Cli.Script

    Synonym for error. Used for instances where the program has decided to exit because of invalid user input, or the user pressed quit etc. This function allows error to be reserved for programmer errors.

  10. perror :: String -> a

    hledger Hledger.Cli.Script

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

Page 7 of many | Previous | Next