protolude-0.1.10: A sensible set of defaults for writing custom Preludes.
Panic
Synopsis
data FatalError Source #
Uncatchable exceptions thrown and never caught.
Constructors
Fields
Instances
Methods
showsPrec :: Int -> FatalError -> ShowS #
show :: FatalError -> String #
showList :: [FatalError] -> ShowS #
toException :: FatalError -> SomeException #
fromException :: SomeException -> Maybe FatalError #
displayException :: FatalError -> String #
panic :: Text -> a Source #