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. predError :: String -> a

    base GHC.Enum

    No documentation available.

  2. errorEmptyList :: HasCallStack => String -> a

    base GHC.List

    No documentation available.

  3. errorWithStackTrace :: String -> a

    base GHC.Stack

    Like the function error, but appends a stack trace to the error message if one is available.

  4. overflowError :: String -> a

    bytestring Data.ByteString.Internal

    Raises a SizeOverflowException, with a message using the given function name.

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

    safe Safe

    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.

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

    ghc GHC.Utils.Panic.Plain

    Panics and asserts.

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

    ghc GHC.Utils.Panic.Plain

    Panics and asserts.

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

    ghc GHC.Utils.Panic.Plain

    Panics and asserts.

  9. cmdLineError :: String -> a

    ghc GHC.Utils.Panic.Plain

    No documentation available.

  10. fromString :: ConvertibleStrings String a => String -> a

    string-conversions Data.String.Conversions.Monomorphic

    No documentation available.

Page 4 of many | Previous | Next