ghc-prim-0.7.0: GHC primitives
Safe HaskellNone
LanguageHaskell2010

GHC.Prim.Panic

Description

Primitive panics.

Synopsis

Documentation

absentSumFieldError :: a Source #

Closure introduced by GHC.Stg.Unarise for unused unboxed sum fields.

See Note [aBSENT_SUM_FIELD_ERROR_ID] in GHC.Core.Make

panicError :: Addr# -> a Source #

Display the CString whose address is given as an argument and exit.