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.
-
base GHC.Enum No documentation available.
errorEmptyList :: HasCallStack => String -> abase GHC.List No documentation available.
errorWithStackTrace :: String -> abase GHC.Stack Like the function error, but appends a stack trace to the error message if one is available.
-
bytestring Data.ByteString.Internal Raises a SizeOverflowException, with a message using the given function name.
abort :: Partial => String -> asafe 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.
panic :: HasCallStack => String -> aghc GHC.Utils.Panic.Plain Panics and asserts.
sorry :: HasCallStack => String -> aghc GHC.Utils.Panic.Plain Panics and asserts.
pgmError :: HasCallStack => String -> aghc GHC.Utils.Panic.Plain Panics and asserts.
-
ghc GHC.Utils.Panic.Plain No documentation available.
fromString :: ConvertibleStrings String a => String -> astring-conversions Data.String.Conversions.Monomorphic No documentation available.